We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04e215e + 847bddb commit 819bea2Copy full SHA for 819bea2
.github/workflows/main.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@v6
24
25
- name: Install Go
26
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
27
with:
28
go-version-file: go.mod
29
.github/workflows/release.yaml
@@ -27,7 +27,7 @@ jobs:
run: git fetch --force --tags
- name: Setup go
30
- uses: actions/setup-go@v4
31
32
go-version: stable
33
0 commit comments