Use go1.24 in CI and scripts (#818)

This commit is contained in:
Dan Sosedoff
2025-11-11 22:18:57 -08:00
committed by GitHub
parent 3fb87562ed
commit 9a5df8487a
4 changed files with 4 additions and 4 deletions

View File

@@ -15,7 +15,7 @@ on:
env:
GO_VERSION: "1.22"
GO_VERSION: "1.24"
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}

View File

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

View File

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

2
go.mod
View File

@@ -1,6 +1,6 @@
module github.com/sosedoff/pgweb
go 1.22
go 1.24
require (
github.com/BurntSushi/toml v1.1.0