Skip to content

Commit

Permalink
Upgrade to Go 1.20
Browse files Browse the repository at this point in the history
This should unblock #6294 and is consistent with wpt.fyi.
  • Loading branch information
past authored and github-actions[bot] committed Apr 24, 2024
1 parent a4e47ab commit 9fd887a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/resolve_merge_conflict.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.20.x

- name: build main
run: go build main.go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.20.x
- uses: actions/checkout@v2
- run: go get -v -t -d ./...
- run: go test ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_wpt_manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: 1.17.x
go-version: 1.20.x

- name: build main
run: go build rename_wpt/main.go
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/web-platform-tests/wpt-metadata

go 1.17
go 1.20

require (
github.com/deckarep/golang-set v1.7.1
Expand Down

0 comments on commit 9fd887a

Please sign in to comment.