Skip to content

Commit

Permalink
Build on go1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Dec 15, 2024
1 parent f5f78eb commit 72d14ed
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,8 @@ on:
paths-ignore:
- '**.md'


env:
GO_VERSION: "1.22"
GO_VERSION: "1.23"

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- main

env:
GO_VERSION: "1.22"
GO_VERSION: "1.23"
CGO_ENABLED: 0
IMAGE_REPOSITORY: sosedoff/pgweb

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
- "v*"

env:
GO_VERSION: "1.22"
GO_VERSION: "1.23"
CGO_ENABLED: 0
DOCKER_REPOSITORY: sosedoff/pgweb
GHCR_REPOSITORY: sosedoff/pgweb
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/sosedoff/pgweb

go 1.22
go 1.23

require (
github.com/BurntSushi/toml v1.1.0
Expand Down

0 comments on commit 72d14ed

Please sign in to comment.