Skip to content

Commit

Permalink
upgrade version of Go in GitHub checks (google#637)
Browse files Browse the repository at this point in the history
I want to use errors.Join in the following PR:
- License checker feature google#501

It is a method added in go 1.20.
  • Loading branch information
josieang authored Nov 3, 2023
1 parent f08125b commit 4aed961
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .go-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.19
1.20
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/osv-scanner

go 1.19
go 1.20

require (
github.com/BurntSushi/toml v1.3.2
Expand Down

0 comments on commit 4aed961

Please sign in to comment.