Skip to content

Commit

Permalink
Update to latest Go
Browse files Browse the repository at this point in the history
Signed-off-by: Dirkjan Bussink <[email protected]>
  • Loading branch information
dbussink committed Jun 5, 2024
1 parent f6a3cf2 commit 1ce235c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22.2 as build
FROM golang:1.22.4 as build
WORKDIR /app
COPY . .

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ endif
REPO=planetscale
NAME=pscale
BUILD_PKG=github.com/planetscale/cli/cmd/pscale
GORELEASE_CROSS_VERSION ?= v1.21.5
GORELEASE_CROSS_VERSION ?= v1.22.3
SYFT_VERSION ?= 0.102.0

.PHONY: all
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
app:
image: golang:1.22.2
image: golang:1.22.4
volumes:
- .:/work
working_dir: /work
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/planetscale/cli

go 1.22.2
go 1.22.4

require (
github.com/99designs/keyring v1.2.2
Expand Down

0 comments on commit 1ce235c

Please sign in to comment.