build with go v1.25 (#814)

This commit is contained in:
Alexandru Gologan
2025-12-30 19:01:12 +02:00
committed by GitHub
parent e0fcd058df
commit 16f88a1336
6 changed files with 18 additions and 11 deletions

View File

@@ -15,7 +15,7 @@ on:
env:
GO_VERSION: "1.24"
GO_VERSION: "1.25"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
@@ -95,9 +95,9 @@ jobs:
fetch-depth: 0
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
uses: golangci/golangci-lint-action@v8
with:
version: v1.64.8
version: v2.7.2
fmt:
name: fmt

View File

@@ -6,7 +6,7 @@ on:
- main
env:
GO_VERSION: "1.24"
GO_VERSION: "1.25"
CGO_ENABLED: 0
IMAGE_REPOSITORY: sosedoff/pgweb

View File

@@ -6,7 +6,7 @@ on:
- "v*"
env:
GO_VERSION: "1.24"
GO_VERSION: "1.25"
CGO_ENABLED: 0
DOCKER_REPOSITORY: sosedoff/pgweb
GHCR_REPOSITORY: sosedoff/pgweb