Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump Go from 1.22 to 1.23 #9806

Merged
merged 1 commit into from
Nov 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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