Skip to content

Commit

Permalink
go version minor upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
rajranjan0608 committed Dec 12, 2024
1 parent 1a1049a commit 5db8ec0
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
pull_request:

env:
go_version: '~1.22.0'
go_version: '~1.22.10'

jobs:
Build:
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Build avalanche
# ------------------------------------------------------------------------------
FROM golang:1.22.8 AS avalanche
FROM golang:1.22.10 AS avalanche

ARG AVALANCHE_VERSION

Expand All @@ -16,7 +16,7 @@ RUN git checkout $AVALANCHE_VERSION && \
# ------------------------------------------------------------------------------
# Build avalanche rosetta
# ------------------------------------------------------------------------------
FROM golang:1.22.8 AS rosetta
FROM golang:1.22.10 AS rosetta

ARG ROSETTA_VERSION

Expand Down
4 changes: 2 additions & 2 deletions Dockerfile.arm64
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Build avalanche
# ------------------------------------------------------------------------------
FROM arm64v8/golang:1.22.8-bullseye AS avalanche
FROM arm64v8/golang:1.22.10-bullseye AS avalanche

ARG AVALANCHE_VERSION

Expand All @@ -16,7 +16,7 @@ RUN git checkout $AVALANCHE_VERSION && \
# ------------------------------------------------------------------------------
# Build avalanche rosetta
# ------------------------------------------------------------------------------
FROM arm64v8/golang:1.22.8-bullseye AS rosetta
FROM arm64v8/golang:1.22.10-bullseye AS rosetta

ARG ROSETTA_VERSION

Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/ava-labs/avalanche-rosetta

go 1.22.8

toolchain go1.22.9
go 1.22.10

require (
github.com/ava-labs/avalanchego v1.12.0
Expand Down

0 comments on commit 5db8ec0

Please sign in to comment.