Skip to content

Commit

Permalink
Switch to go 1.21
Browse files Browse the repository at this point in the history
  • Loading branch information
sosedoff committed Jan 5, 2024
1 parent fe5039d commit d37b753
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.20"
GO_VERSION: "1.21"

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.20"
GO_VERSION: "1.21"
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.20"
GO_VERSION: "1.21"
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.20-bullseye AS build
FROM golang:1.21-bullseye AS build

WORKDIR /build

Expand Down

0 comments on commit d37b753

Please sign in to comment.