Skip to content

Commit 7cff182

Browse files
committed
Increment go version go 1.21
1 parent 696ac2b commit 7cff182

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Go
2020
uses: actions/setup-go@v3
2121
with:
22-
go-version: 1.19
22+
go-version: 1.21
2323

2424
- name: Build
2525
run: go build -v ./...

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/icza/gox
22

3-
go 1.13
3+
go 1.21

0 commit comments

Comments
 (0)