Skip to content

Commit b62724c

Browse files
authored
Bump go versions (#137)
1 parent 8da1e6b commit b62724c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fail-fast: false
2121
matrix:
2222
os: [ubuntu-latest, macos-latest, windows-latest]
23-
go: ['1.16.x', '1.17.x']
23+
go: ['1.17.x', '1.18.x']
2424
steps:
2525
- uses: actions/checkout@v2
2626

@@ -80,7 +80,7 @@ jobs:
8080
- run: python ci/download-wasmtime.py
8181
- uses: actions/setup-go@v2
8282
with:
83-
go-version: '1.17'
83+
go-version: '1.18'
8484
- run: go test -coverprofile cover.out ./...
8585
- run: go tool cover -html=cover.out -o coverage.html
8686
- uses: actions/upload-artifact@v1
@@ -94,7 +94,7 @@ jobs:
9494
- uses: actions/checkout@v2
9595
- uses: actions/setup-go@v2
9696
with:
97-
go-version: '1.17'
97+
go-version: '1.18'
9898
# https://stackoverflow.com/questions/42510140/check-format-for-continous-integration
9999
- run: "diff -u <(echo -n) <(gofmt -d ./)"
100100

0 commit comments

Comments
 (0)