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 e450f12 commit 47aaedeCopy full SHA for 47aaede
.github/workflows/go-build.yml
@@ -16,7 +16,7 @@ jobs:
16
- uses: actions/checkout@v3
17
#
18
- name: Setup Go ${{ matrix.go-version }}
19
- uses: actions/setup-go@v3
+ uses: actions/setup-go@v6
20
with:
21
go-version: ${{ matrix.go-version }}
22
.github/workflows/go-test.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
cache: true
0 commit comments