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 87a77d0 commit 7588d7dCopy full SHA for 7588d7d
.github/workflows/build.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Checkout
20
uses: actions/checkout@v5
21
- name: Set up Go
22
- uses: actions/setup-go@v5
+ uses: actions/setup-go@v6
23
with:
24
go-version-file: 'go.mod'
25
- name: Run tests
.github/workflows/release.yml
go-version-file: "go.mod"
- name: Import GPG key
0 commit comments