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 30d66e4 commit e417702Copy full SHA for e417702
.github/workflows/go.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- uses: actions/setup-go@v5
18
with:
19
- go-version: '1.22.x'
+ go-version: '1.23.x'
20
21
- name: go.mod tidy
22
run: go mod tidy && git diff --exit-code
go.mod
@@ -1,6 +1,6 @@
1
module github.com/andrewkroh/go-fleetpkg
2
3
-go 1.20
+go 1.21
4
5
require (
6
github.com/stretchr/testify v1.9.0
0 commit comments