Skip to content

Commit

Permalink
Upgrade Go to 1.23.6 (#383)
Browse files Browse the repository at this point in the history
* Upgrade go to 1.23.6
  • Loading branch information
mgdigital authored Feb 9, 2025
1 parent 1b3ca02 commit 8c4a5c3
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.23.2"
go-version: "^1.23.6"

# - 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.23.2"
go-version: "1.23.6"
cache: true

- name: Run GoReleaser build
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.23.2-alpine3.20 AS build
FROM golang:1.23.6-alpine3.20 AS build

RUN apk --update add \
gcc \
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.23.2-alpine3.20 AS app-builder
FROM --platform=$BUILDPLATFORM golang:1.23.6-alpine3.20 AS app-builder
RUN apk add --no-cache git tzdata

ENV SERVICE=bitmagnet
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/bitmagnet-io/bitmagnet

go 1.23.3
go 1.23.6

require (
github.com/99designs/gqlgen v0.17.64
Expand Down

0 comments on commit 8c4a5c3

Please sign in to comment.