Skip to content

Commit

Permalink
Test with go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
CAFxX authored Jan 24, 2022
1 parent c585772 commit be1ad51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
go-version: 1.17

- name: Install brotli
run: sudo apt-get install libbrotli-dev
Expand All @@ -28,4 +28,4 @@ jobs:
run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./...

- name: Codecov
uses: codecov/[email protected]
uses: codecov/[email protected]

0 comments on commit be1ad51

Please sign in to comment.