Skip to content

Commit

Permalink
Bump go version to 1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
msuozzo committed Aug 29, 2024
1 parent 1ec9c78 commit 870e274
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ["1.21", "1.22"]
go-version: ["1.22", "1.23"]

steps:
- uses: actions/checkout@v4
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 github.com/google/oss-rebuild

go 1.21
go 1.22

require (
cloud.google.com/go/bigquery v1.59.1
Expand Down

0 comments on commit 870e274

Please sign in to comment.