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 6beef18 commit 3e839b8Copy full SHA for 3e839b8
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
uses: actions/checkout@v5
31
32
- name: Setup Golang Environment
33
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
34
with:
35
go-version: ${{ matrix.go-version }}
36
.github/workflows/lint.yml
@@ -25,7 +25,7 @@ jobs:
25
26
27
28
29
go-version: stable
0 commit comments