Skip to content

Commit

Permalink
Bump Go version in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Thane Thomson <connect@thanethomson.com>
  • Loading branch information
thanethomson committed Nov 1, 2021
1 parent fe14a8f commit 7496b5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -16,7 +16,7 @@ jobs:

- uses: actions/setup-go@v2
with:
go-version: '1.15'
go-version: '1.17'

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.5.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2.3.5
- uses: actions/setup-go@v2
with:
go-version: "1.15"
go-version: "1.17"
- run: make build
- run: |
go test ./... -mod=readonly -timeout 8m -race -coverprofile=coverage.txt -covermode=atomic
Expand Down

0 comments on commit 7496b5d

Please sign in to comment.