Skip to content

Commit

Permalink
Switch to go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
rs committed Aug 23, 2021
1 parent fd54e35 commit fe5e5b4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: "1.16.5"
go-version: "1.17"
- name: Test
run: go test -tags=http3 ./...
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: "1.16.5"
go-version: "1.17"
- name: Test
run: go test -tags=http3 ./...
- name: Run GoReleaser
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staticcheck.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.16
go-version: 1.17

- name: Check out code
uses: actions/checkout@v1
Expand All @@ -41,4 +41,4 @@ jobs:
run: "GOOS=windows GOARCH=amd64 staticcheck ./..."

- name: Run staticcheck (windows/386)
run: "GOOS=windows GOARCH=386 staticcheck ./..."
run: "GOOS=windows GOARCH=386 staticcheck ./..."

0 comments on commit fe5e5b4

Please sign in to comment.