Update go to 1.23, golangci-lint to 1.61, baseimage to 1.14

This commit is contained in:
Dmitry Verkhoturov
2024-11-08 16:19:58 -06:00
committed by Umputun
parent 7529aa7e17
commit 7604548035
21 changed files with 13 additions and 34 deletions
+3 -3
View File
@@ -32,7 +32,7 @@ jobs:
- name: install go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"
- name: test and build backend
run: |
@@ -54,13 +54,13 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
version: v1.61.0
working-directory: backend/app
- name: golangci-lint on example directory
uses: golangci/golangci-lint-action@v6
with:
version: v1.58
version: v1.61.0
args: --config ../../.golangci.yml
working-directory: backend/_example/memory_store