Skip to content

Commit

Permalink
Bump Go version used in GH Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
norrland committed May 23, 2023
1 parent 82a892e commit b318d09
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: '1.20.x'
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ jobs:
strategy:
matrix:
go:
- 1.18.x
- 1.19.x
- 1.20.x

name: Go ${{ matrix.go }} Build
steps:
Expand All @@ -44,8 +44,8 @@ jobs:
strategy:
matrix:
go:
- 1.18.x
- 1.19.x
- 1.20.x

runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit b318d09

Please sign in to comment.