We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9352421 commit 682e277Copy full SHA for 682e277
1 file changed
.github/workflows/go.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v4
17
with:
18
- go-version: "1.24.4"
+ go-version: "1.24"
19
20
- name: Build
21
run: go build -v ./cmd/serve.go
0 commit comments