Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Update the Go versions used by the GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
svanharmelen committed Dec 5, 2021
1 parent 759f5fa commit edffc84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Lint and Test - ${{ matrix.go-version }}
strategy:
matrix:
go-version: [1.15.x, 1.16.x, 1.x]
go-version: [1.16.x, 1.17.x, 1.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down

0 comments on commit edffc84

Please sign in to comment.