Skip to content

Commit

Permalink
chore: update Go version to 1.23.0 in build workflow and Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
damonto committed Aug 15, 2024
1 parent 0c596c7 commit 610c97a
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: go
uses: actions/setup-go@v5
with:
go-version: 1.22
go-version: 1.23

- name: Build for ${{ matrix.target.name }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN set -eux \
&& make -j$(nproc)

# Build: estkme-cloud
FROM golang:1.22-alpine AS estkme-cloud-builder
FROM golang:1.23-alpine AS estkme-cloud-builder

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/damonto/estkme-cloud

go 1.22.1
go 1.23.0

0 comments on commit 610c97a

Please sign in to comment.