Skip to content

Commit

Permalink
Bump go to 1.19 in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
adamruzicka committed Oct 12, 2023
1 parent d11d8d9 commit 68fea8c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
go:
- '1.16'
- '1.19'
- '1.20'
steps:
Expand Down Expand Up @@ -47,6 +46,6 @@ jobs:
- name: Setup go
uses: actions/setup-go@v4
with:
go-version: '1.16'
go-version: '1.19'
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3

0 comments on commit 68fea8c

Please sign in to comment.