Skip to content

Commit

Permalink
update go version in dev envs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoyamachi committed Feb 4, 2024
1 parent abd5bc7 commit 51300aa
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.20'
go-version: '1.21'
- uses: actions/[email protected]
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.20-alpine AS builder
FROM golang:1.21-alpine AS builder
ARG TARGET_DIR="github.com/goodwithtech/dockle"

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

0 comments on commit 51300aa

Please sign in to comment.