We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0dccfa2 commit 12ae53fCopy full SHA for 12ae53f
.github/workflows/go.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: Set up Go
20
uses: actions/setup-go@v4
21
with:
22
- go-version: '1.20'
+ go-version: '1.25'
23
24
- name: Build
25
run: go build -v ./...
go.mod
@@ -1,6 +1,6 @@
1
module agent
2
3
-go 1.25.5
+go 1.25
4
5
require (
6
github.com/google/uuid v1.6.0 // indirect
0 commit comments