Skip to content

Commit

Permalink
chore: update to go1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Jul 27, 2023
1 parent 5710a90 commit 9593fab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.17.8
go-version: 1.20.6
id: go
- name: Check out code into the Go module directory
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/[email protected]
with:
go-version: 1.17.8
go-version: 1.20.6

- name: Building static assets
run: (cd web/client && yarn install --immutable && yarn build)
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN yarn install --immutable
RUN yarn build
RUN yarn cache clean

FROM golang:1.17.8-alpine AS go_builder
FROM golang:1.20.6-alpine AS go_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/sundowndev/phoneinfoga/v2

go 1.17
go 1.20

require (
github.com/alecthomas/template v0.0.0-20190718012654-fb15b899a751
Expand Down

0 comments on commit 9593fab

Please sign in to comment.