Skip to content

Commit 8cdf88a

Browse files
Update actions/setup-go action to v6
1 parent 1a6641c commit 8cdf88a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codetests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}-latest
1111
steps:
1212
- uses: actions/checkout@v4
13-
- uses: actions/setup-go@v5
13+
- uses: actions/setup-go@v6
1414
with:
1515
go-version: 'stable'
1616
- name: go-generate

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: "echo '${{ secrets.GPG_SIGNING_KEY }}' > /tmp/key.gpg"
2525
- name: "Save Iteration in Revision"
2626
run: echo REVISION=$(git rev-list --count --all || echo 0) > $GITHUB_ENV
27-
- uses: actions/setup-go@v5
27+
- uses: actions/setup-go@v6
2828
with:
2929
go-version: stable
3030
cache: true

0 commit comments

Comments
 (0)