We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a6641c commit 8cdf88aCopy full SHA for 8cdf88a
.github/workflows/codetests.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ${{ matrix.os }}-latest
11
steps:
12
- uses: actions/checkout@v4
13
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
14
with:
15
go-version: 'stable'
16
- name: go-generate
.github/workflows/release.yml
@@ -24,7 +24,7 @@ jobs:
24
run: "echo '${{ secrets.GPG_SIGNING_KEY }}' > /tmp/key.gpg"
25
- name: "Save Iteration in Revision"
26
run: echo REVISION=$(git rev-list --count --all || echo 0) > $GITHUB_ENV
27
28
29
go-version: stable
30
cache: true
0 commit comments