Skip to content

Commit 775d44a

Browse files
authored
Merge pull request #28 from stackitcloud/dependabot/github_actions/actions/setup-go-6
Bump actions/setup-go from 5 to 6
2 parents 38de2ad + 4105c7b commit 775d44a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
name: Lint files
1919
runs-on: 'ubuntu-latest'
2020
steps:
21-
- uses: actions/setup-go@v5
21+
- uses: actions/setup-go@v6
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
cache: false

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
if: startsWith(github.ref, 'refs/tags/v') == true
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/setup-go@v5
21+
- uses: actions/setup-go@v6
2222
with:
2323
go-version: ${{ env.GO_VERSION }}
2424
check-latest: true

0 commit comments

Comments
 (0)