scenarios: Bump version for node, s3-gw, sdk-go, neo-go #138

Merged
fyrchik merged 2 commits from acid-ant/xk6-frostfs:bugfix/support-ec into master 2024-09-04 19:51:18 +00:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit b5c7c01a11 - Show all commits

View file

@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.21'
go-version: '1.22'
cache: true
- name: golangci-lint
@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go_versions: [ '1.20', '1.21' ]
go_versions: [ '1.21', '1.22' ]
fail-fast: false
steps:
- uses: actions/checkout@v3

2
go.mod
View file

@ -1,6 +1,6 @@
module git.frostfs.info/TrueCloudLab/xk6-frostfs
go 1.20
go 1.21
require (
git.frostfs.info/TrueCloudLab/frostfs-node v0.37.1-0.20231213105742-e39db63827d8