Skip to content

Commit

Permalink
⬆️ Bump Go to v1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 10, 2022
1 parent 102ccdf commit 5c8946e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Go
on: push

env:
go_version: "1.18"
go_version: "1.19"

jobs:
lint:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG GO_VERSION=1.18
ARG GO_VERSION=1.19

FROM --platform=$BUILDPLATFORM golang:$GO_VERSION-alpine as builder
WORKDIR /app
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/clevyr/yampl

go 1.18
go 1.19

require (
github.com/Masterminds/sprig/v3 v3.2.2
Expand Down

0 comments on commit 5c8946e

Please sign in to comment.