Skip to content

Commit

Permalink
Build on 1.22 (#726)
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff authored Mar 23, 2024
1 parent 36436f3 commit 6489f6a
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:


env:
GO_VERSION: "1.21"
GO_VERSION: "1.22"

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:
- master

env:
GO_VERSION: "1.21"
GO_VERSION: "1.22"
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.21"
GO_VERSION: "1.22"
CGO_ENABLED: 0
DOCKER_REPOSITORY: sosedoff/pgweb
GHCR_REPOSITORY: sosedoff/pgweb
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Builder Stage
# ------------------------------------------------------------------------------
FROM golang:1.21-bullseye AS build
FROM golang:1.22-bullseye AS build

WORKDIR /build

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.20
go 1.22

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

0 comments on commit 6489f6a

Please sign in to comment.