Skip to content

Commit

Permalink
Use Go 1.21 (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
tchung1118 committed Nov 6, 2023
1 parent e83e959 commit c9adbb9
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go: ["1.19.x", "1.20.x"]
go: ["1.20.x", "1.21.x"]
include:
- go: 1.20.x
- go: 1.21.x
latest: true

steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.uber.org/automaxprocs

go 1.18
go 1.20

require (
github.com/prashantv/gostub v1.1.0
Expand Down
2 changes: 1 addition & 1 deletion tools/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.uber.org/automaxprocs/tools

go 1.18
go 1.20

require (
golang.org/x/lint v0.0.0-20210508222113-6edffad5e616
Expand Down

0 comments on commit c9adbb9

Please sign in to comment.