Skip to content

Commit

Permalink
workflow: Update versions
Browse files Browse the repository at this point in the history
Signed-off-by: Evgenii Baidakov <[email protected]>
  • Loading branch information
smallhive committed Sep 20, 2023
1 parent 055f22a commit cf75e96
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Check out code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: golangci-lint
uses: golangci/golangci-lint-action@v2
uses: golangci/golangci-lint-action@v3
with:
version: latest
args: --timeout=2m
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
go_versions: [ '1.18', '1.19', '1.20' ]
go_versions: [ '1.19', '1.19', '1.21' ]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3

0 comments on commit cf75e96

Please sign in to comment.