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 9301e5a commit 17b6205Copy full SHA for 17b6205
.github/workflows/release.yml
@@ -16,7 +16,7 @@ jobs:
16
with:
17
fetch-depth: 0
18
- name: Get Go version
19
- uses: arnested/go-version-action@702cf260ed157312ca10a33483c306a585af0364
+ uses: arnested/go-version-action@f3c61952b5f4cc7c74fb216df044634f6a59770f
20
id: go-version
21
- name: Set up Go
22
uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix: ${{ steps.versions.outputs.matrix }}
10
steps:
11
- uses: actions/checkout@v4
12
- - uses: arnested/go-version-action@702cf260ed157312ca10a33483c306a585af0364
+ - uses: arnested/go-version-action@f3c61952b5f4cc7c74fb216df044634f6a59770f
13
id: versions
14
15
run:
0 commit comments