We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 37c1daf + 71a549b commit aa3a08bCopy full SHA for aa3a08b
2 files changed
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Unshallow
15
run: git fetch --prune --unshallow
16
- name: Set up Go
17
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
18
with:
19
go-version-file: go.mod
20
- name: Run GoReleaser
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
13
- name: Checkout code
uses: actions/checkout@v6
id: go
0 commit comments