Skip to content

Commit

Permalink
action files use go v1.20 (#235)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi authored Jul 25, 2023
1 parent a104d5d commit ecfb9e5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/releasebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v2
with:
go-version: '1.19'
go-version: '1.20'
- uses: actions/cache@v3.2.2
with:
path: ~/go/pkg/mod
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.19-alpine AS builder
FROM golang:1.20-alpine AS builder
ARG TARGET_DIR="github.com/goodwithtech/dockle"

WORKDIR /go/src/${TARGET_DIR}
Expand Down

0 comments on commit ecfb9e5

Please sign in to comment.