Skip to content

Commit

Permalink
Bump Go from 1.22 to 1.23 (#9806)
Browse files Browse the repository at this point in the history
Signed-off-by: Steven Sheehy <steven.sheehy@swirldslabs.com>
  • Loading branch information
steven-sheehy authored Nov 24, 2024
1 parent a82aadb commit 15ecd86
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
- name: Setup GoLang
uses: actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1.0
with:
go-version: 1.22
go-version: 1.23

- name: Run Gosec Security Scanner
uses: securego/gosec@d4617f51baf75f4f809066386a4f9d27b3ac3e46 # v2.21.4
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rosetta/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22.2-bookworm as build
FROM --platform=$BUILDPLATFORM golang:1.23.3-bookworm as build
ARG TARGETARCH
ARG TARGETOS
ARG VERSION=development
Expand Down
2 changes: 1 addition & 1 deletion hedera-mirror-rosetta/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,5 @@ plugins {

go {
pkg = "./app/..."
version = "1.22.2"
version = "1.23.3"
}
2 changes: 1 addition & 1 deletion hedera-mirror-rosetta/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashgraph/hedera-mirror-node/hedera-mirror-rosetta

go 1.22
go 1.23

require (
github.com/Code-Hex/go-generics-cache v1.5.1
Expand Down

0 comments on commit 15ecd86

Please sign in to comment.