Skip to content

Commit

Permalink
Merge pull request #66 from nspcc-dev/60-update-to-go-119
Browse files Browse the repository at this point in the history
Update to go 119
  • Loading branch information
roman-khimov authored Sep 20, 2023
2 parents f918865 + c87b401 commit 6e2e2c4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.20', '1.21' ]
fail-fast: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v3
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/nspcc-dev/xk6-neofs

go 1.18
go 1.19

require (
github.com/aws/aws-sdk-go-v2 v1.21.0
Expand Down

0 comments on commit 6e2e2c4

Please sign in to comment.