Skip to content

Commit b99ac63

Browse files
authored
Merge pull request #21 from SUSE/dependabot/github_actions/actions/setup-go-5
Bump actions/setup-go from 2 to 5
2 parents 7c54fbc + 444f1d9 commit b99ac63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run: git fetch --prune --unshallow
2727
-
2828
name: Set up Go
29-
uses: actions/setup-go@v2
29+
uses: actions/setup-go@v5
3030
with:
3131
go-version: 1.19
3232
-

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
uses: actions/checkout@v4
1212
-
1313
name: Set up Go
14-
uses: actions/setup-go@v2
14+
uses: actions/setup-go@v5
1515
with:
1616
go-version: 1.19.x
1717
-

0 commit comments

Comments
 (0)