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 1f464a3 commit 2f16976Copy full SHA for 2f16976
.github/workflows/build_and_test.yml
@@ -18,7 +18,7 @@ jobs:
18
name: run tests with go version ${{ matrix.go }}
19
steps:
20
- name: install go
21
- uses: actions/setup-go@v4
+ uses: actions/setup-go@v5
22
with:
23
go-version: ${{ matrix.go }}
24
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
fetch-depth: 0
16
17
- name: Set up Go
go-version: ">=1.20.2"
- name: Ensure Go
.github/workflows/release_check.yml
@@ -13,7 +13,7 @@ jobs:
13
14
0 commit comments