Skip to content

Commit

Permalink
Specify go 1.23 in actions (#317)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgdigital authored Oct 14, 2024
1 parent 309e3b8 commit c030747
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- uses: actions/setup-go@v5
with:
go-version: "^1.22"
go-version: "^1.23.2"

# - run: |
# echo "Run, Build Application using script"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ghcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.22.0"
go-version: "1.23.2"
cache: true

- name: Run GoReleaser build
Expand Down
2 changes: 1 addition & 1 deletion ci.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# build app
FROM --platform=$BUILDPLATFORM golang:1.22-alpine3.19 AS app-builder
FROM --platform=$BUILDPLATFORM golang:1.23.2-alpine3.20 AS app-builder
RUN apk add --no-cache git tzdata

ENV SERVICE=bitmagnet
Expand Down

0 comments on commit c030747

Please sign in to comment.