Use go1.24 in CI and scripts (#818)
This commit is contained in:
@@ -15,7 +15,7 @@ on:
|
|||||||
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.22"
|
GO_VERSION: "1.24"
|
||||||
|
|
||||||
concurrency:
|
concurrency:
|
||||||
group: ${{ github.workflow }}-${{ github.ref }}
|
group: ${{ github.workflow }}-${{ github.ref }}
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ on:
|
|||||||
- main
|
- main
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.22"
|
GO_VERSION: "1.24"
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
IMAGE_REPOSITORY: sosedoff/pgweb
|
IMAGE_REPOSITORY: sosedoff/pgweb
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@ on:
|
|||||||
- "v*"
|
- "v*"
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GO_VERSION: "1.22"
|
GO_VERSION: "1.24"
|
||||||
CGO_ENABLED: 0
|
CGO_ENABLED: 0
|
||||||
DOCKER_REPOSITORY: sosedoff/pgweb
|
DOCKER_REPOSITORY: sosedoff/pgweb
|
||||||
GHCR_REPOSITORY: sosedoff/pgweb
|
GHCR_REPOSITORY: sosedoff/pgweb
|
||||||
|
|||||||
Reference in New Issue
Block a user