From be1ad518cb532f74d166fc8c1c6e4b59a8c2ae8b Mon Sep 17 00:00:00 2001 From: Carlo Alberto Ferraris Date: Mon, 24 Jan 2022 23:03:05 +0900 Subject: [PATCH] Test with go 1.17 --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a3600f..d458ec2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 @@ -28,4 +28,4 @@ jobs: run: go test -v -race -coverprofile=coverage.txt -covermode=atomic ./... - name: Codecov - uses: codecov/codecov-action@v1.1.1 \ No newline at end of file + uses: codecov/codecov-action@v1.1.1