Skip to content

Commit

Permalink
upgrade build for go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
daveshanley committed Oct 2, 2024
1 parent a7b3522 commit 2dc1acd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v3
with:
go-version: ^1.21
go-version: ^1.23
id: go

- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/setup-go@v3
id: go
with:
go-version: ^1.19
go-version: ^1.23

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v4
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /wt_build/ui
RUN yarn install
RUN yarn build

FROM golang:1.21-bookworm
FROM golang:1.23-bookworm

WORKDIR /work

Expand Down

0 comments on commit 2dc1acd

Please sign in to comment.