mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-07 10:17:42 +02:00
update ci for go 1.24.1
Signed-off-by: denis-tingaikin <denis.tingajkin@xored.com>
This commit is contained in:
@@ -36,7 +36,7 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.23.5
|
||||
go-version: 1.24.1
|
||||
- name: Build
|
||||
run: go build -race ./...
|
||||
- name: Test
|
||||
@@ -47,7 +47,7 @@ jobs:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.23.5
|
||||
go-version: 1.24.1
|
||||
- run: go mod tidy
|
||||
- name: Check for changes in go.mod or go.sum
|
||||
run: |
|
||||
@@ -63,9 +63,9 @@ jobs:
|
||||
- name: Setup Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
go-version: 1.23.5
|
||||
go-version: 1.24.1
|
||||
- name: golangci-lint
|
||||
uses: golangci/golangci-lint-action@v4
|
||||
with:
|
||||
version: v1.60.3
|
||||
version: v1.64.7
|
||||
args: --timeout 3m --verbose
|
||||
|
||||
Reference in New Issue
Block a user