Skip to content

Commit 0b11c6a

Browse files
authored
Merge pull request #8 from ls1intum/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents e7dedb0 + b13d58e commit 0b11c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v5
1313
- name: Setup Go
14-
uses: actions/setup-go@v5
14+
uses: actions/setup-go@v6
1515
with:
1616
go-version: 1.24
1717
cache-dependency-path: "**/*.sum"

0 commit comments

Comments
 (0)