Skip to content

Commit e417702

Browse files
authored
[Automation] Bump Go version (#16)
1 parent 30d66e4 commit e417702

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
- uses: actions/setup-go@v5
1818
with:
19-
go-version: '1.22.x'
19+
go-version: '1.23.x'
2020

2121
- name: go.mod tidy
2222
run: go mod tidy && git diff --exit-code

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/andrewkroh/go-fleetpkg
22

3-
go 1.20
3+
go 1.21
44

55
require (
66
github.com/stretchr/testify v1.9.0

0 commit comments

Comments
 (0)