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 38e18e0 commit 8a26719Copy full SHA for 8a26719
.github/workflows/release.yml
@@ -13,7 +13,7 @@ jobs:
13
uses: actions/checkout@v1
14
15
- name: Set up Go 1.13
16
- uses: actions/setup-go@v1
+ uses: actions/setup-go@v6
17
with:
18
go-version: 1.13
19
- name: Check out code into the Go module directory
.github/workflows/test.yml
@@ -18,7 +18,7 @@ jobs:
steps:
20
- name: Install Go
21
22
23
go-version: ${{ matrix.go-version }}
24
0 commit comments