Skip to content

Commit

Permalink
chore(build): update to Go 18 (#321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludviglundgren committed Jun 26, 2022
1 parent c4efbd6 commit 41eef4e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 328 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -33,7 +33,7 @@ jobs:
name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17.6
go-version: 1.18.3
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -7,7 +7,7 @@ COPY web .
RUN yarn build

# build app
FROM golang:1.17.9-alpine AS app-builder
FROM golang:1.18-alpine3.16 AS app-builder

ARG VERSION=dev
ARG REVISION=dev
Expand Down

0 comments on commit 41eef4e

Please sign in to comment.