Skip to content

Commit

Permalink
Bump to Go 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
agnivade committed Dec 14, 2023
1 parent 08e74d3 commit ee76d31
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.18.x, 1.19.x]
go-version: [1.19.x, 1.20.x]
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
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 github.com/agnivade/wasmbrowsertest

go 1.19
go 1.20

require (
github.com/chromedp/cdproto v0.0.0-20221108233440-fad8339618ab
Expand Down
4 changes: 2 additions & 2 deletions main_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func TestRun(t *testing.T) {
"go.mod": `
module foo
go 1.19
go 1.20
`,
"foo.go": `
package main
Expand All @@ -41,7 +41,7 @@ func main() {
"go.mod": `
module foo
go 1.19
go 1.20
`,
"foo.go": `
package main
Expand Down

0 comments on commit ee76d31

Please sign in to comment.