Skip to content

Commit

Permalink
Bump go version to 1.19 (#23)
Browse files Browse the repository at this point in the history
  • Loading branch information
7onn authored Apr 7, 2023
1 parent 374638e commit 9ea4e00
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .promu.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
go:
version: 1.18
version: 1.19
repository:
path: github.com/7onn/gcp-idleness-exporter
build:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.18.0-buster AS build
FROM golang:1.19.0-buster AS build
WORKDIR /app
COPY go.mod ./
COPY go.sum ./
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/7onn/gcp-idleness-exporter

go 1.18
go 1.19

require (
cloud.google.com/go/compute v1.19.0
Expand Down

0 comments on commit 9ea4e00

Please sign in to comment.