Skip to content

Commit c9adbb9

Browse files
authored
Use Go 1.21 (#82)
1 parent e83e959 commit c9adbb9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
runs-on: ubuntu-latest
1717
strategy:
1818
matrix:
19-
go: ["1.19.x", "1.20.x"]
19+
go: ["1.20.x", "1.21.x"]
2020
include:
21-
- go: 1.20.x
21+
- go: 1.21.x
2222
latest: true
2323

2424
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.uber.org/automaxprocs
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/prashantv/gostub v1.1.0

tools/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module go.uber.org/automaxprocs/tools
22

3-
go 1.18
3+
go 1.20
44

55
require (
66
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616

0 commit comments

Comments
 (0)