1
0
mirror of https://github.com/xorcare/testing-go-code-with-postgres.git synced 2025-06-30 23:23:40 +02:00

Bump go from 1.20 to 1.22.0

This commit is contained in:
Vasiliy Vasilyuk
2024-02-08 22:27:20 +03:00
parent 742aa107ed
commit c0e268facd
3 changed files with 5 additions and 3 deletions

View File

@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '1.21.7'
go-version: '1.22.0'
- name: Check that all packages are compiling
run: make build
@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: '1.21.7'
go-version: '1.22.0'
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with: