We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee4de84 + b6ff202 commit 14bcab9Copy full SHA for 14bcab9
3 files changed
.github/workflows/lint.yml
@@ -13,7 +13,7 @@ jobs:
13
name: lint
14
runs-on: ubuntu-latest
15
steps:
16
- - uses: actions/setup-go@v5
+ - uses: actions/setup-go@v6
17
with:
18
go-version: "1.21"
19
cache: true
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- name: Set up Go
20
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
21
22
23
.github/workflows/test.yml
- uses: actions/checkout@v5
0 commit comments