Skip to content

Commit

Permalink
Update to latest Go 1.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dbussink committed Sep 8, 2022
1 parent 2e184f8 commit 14494b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM golang:1.18 as build
FROM golang:1.19.1 as build
WORKDIR /app
COPY . .

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -11,7 +11,7 @@ endif
REPO=planetscale
NAME=pscale
BUILD_PKG=github.com/planetscale/cli/cmd/pscale
GORELEASE_CROSS_VERSION ?= v1.19.0
GORELEASE_CROSS_VERSION ?= v1.19.1

.PHONY: all
all: build test lint
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Expand Up @@ -2,7 +2,7 @@ version: '2'

services:
app:
image: golang:1.18
image: golang:1.19.1
volumes:
- .:/work
working_dir: /work
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.licensed
@@ -1,4 +1,4 @@
FROM golang:1.18-bullseye
FROM golang:1.19.1-bullseye

RUN apt-get update && apt-get upgrade -y
RUN apt-get install -y ruby-dev rubygems ruby cmake pkg-config git-core libgit2-dev
Expand Down

0 comments on commit 14494b8

Please sign in to comment.