1
0
mirror of synced 2024-11-21 20:46:05 +03:00

update go in ci

This commit is contained in:
Суханов Данила 2024-02-12 15:10:10 +03:00
parent 0a0de1f669
commit 8ea0679a09

View File

@ -22,7 +22,7 @@ jobs:
- name: Set up latest Go 1.x version
uses: actions/setup-go@v2
with:
go-version: '1.21'
go-version: '1.22'
- name: Get dependencies
run: |
go mod tidy
@ -36,7 +36,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
go-version: ['1.13', '1.14', '1.15', '1.16', '1.17', '1.18', '1.19', '1.20', '1.21']
go-version: ['1.22']
steps:
- name: Set up Go ${{ matrix.go-version }}
uses: actions/setup-go@v2