Build on 1.22 (#726)

This commit is contained in:
Dan Sosedoff 2024-03-22 21:03:07 -07:00 committed by GitHub
parent 36436f3aa7
commit 6489f6a800
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

@ -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

View File

@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Builder Stage
# ------------------------------------------------------------------------------
FROM golang:1.21-bullseye AS build
FROM golang:1.22-bullseye AS build
WORKDIR /build

2
go.mod
View File

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