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 5ed6239 commit 030ef07Copy full SHA for 030ef07
.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@2d1ad56fa1484669d85007ac8919e44be6aab920
+ uses: arnested/go-version-action@13d01fa2f867e8a08e9f8197def5f2da5a11ab6d
20
id: go-version
21
- name: Set up Go
22
uses: actions/setup-go@fac708d6674e30b6ba41289acaab6d4b75aa0753
.github/workflows/tests.yml
@@ -9,7 +9,7 @@ jobs:
9
matrix: ${{ steps.versions.outputs.matrix }}
10
steps:
11
- uses: actions/checkout@v3
12
- - uses: arnested/go-version-action@2d1ad56fa1484669d85007ac8919e44be6aab920
+ - uses: arnested/go-version-action@13d01fa2f867e8a08e9f8197def5f2da5a11ab6d
13
id: versions
14
15
run:
0 commit comments