Skip to content

Commit

Permalink
Merge pull request #15791 from github/mbg/go/use-1.22-for-extractor
Browse files Browse the repository at this point in the history
Go: Use Go 1.22 for the extractor
  • Loading branch information
mbg authored Mar 4, 2024
2 parents 726e092 + 0e9a7c8 commit 4dd23d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion go/extractor/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/github/codeql-go/extractor

go 1.21
go 1.22.0

require (
golang.org/x/mod v0.15.0
Expand Down
4 changes: 4 additions & 0 deletions go/extractor/go.work.sum
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
github.com/yuin/goldmark v1.4.13/go.mod h1:6yULJ656Px+3vBD8DxQVa3kxgyrAnzto9xy5taEt/CY=
golang.org/x/net v0.20.0/go.mod h1:z8BVo6PvndSri0LbOE3hAn0apkU+1YvI6E70E9jsnvY=
golang.org/x/net v0.21.0/go.mod h1:bIjVDfnllIU7BJ2DNgfnXvpSvtn8VRwhlsaeUTyUS44=
golang.org/x/sys v0.17.0/go.mod h1:/VUhepiaJMQUp4+oa/7Zr1D23ma6VTLIYjOOTFZPUcA=
golang.org/x/telemetry v0.0.0-20240208230135-b75ee8823808/go.mod h1:KG1lNk5ZFNssSZLrpVb4sMXKMpGwGXOxSG3rnu2gZQQ=

0 comments on commit 4dd23d4

Please sign in to comment.