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 f075815 commit e793978Copy full SHA for e793978
.github/workflows/check.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: Set up Go
15
uses: actions/setup-go@v5
16
with:
17
- go-version: '1.24.1'
+ go-version: '1.24.4'
18
id: go
19
20
- name: Check out code into the Go module directory
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
- name: Fetch vendor
21
run: make vendor
0 commit comments