Skip to content

Commit

Permalink
Merge pull request #34 from spidernet-io/robot/update_golang-1737316895
Browse files Browse the repository at this point in the history
robot updates Golang Version to 1.23.5
  • Loading branch information
weizhoublue authored Jan 20, 2025
2 parents 1cee628 + 5460fcc commit b556dbf
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/lint-golang.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.23.4
go-version: 1.23.5

- name: Checkout code
uses: actions/checkout@v3
Expand All @@ -106,7 +106,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.23.4
go-version: 1.23.5

- name: Checkout code
uses: actions/checkout@v3
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
# - name: Install Go
# uses: actions/setup-go@v4
# with:
# go-version: 1.23.4
# go-version: 1.23.5

# - name: Checkout code
# uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion GO_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.23.4
1.23.5
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/spidernet-io/bmc

go 1.23.4
go 1.23.5

require (
github.com/onsi/ginkgo/v2 v2.21.0
Expand Down
2 changes: 1 addition & 1 deletion image/agent/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM docker.io/library/golang:1.23.4 as builder
FROM docker.io/library/golang:1.23.5 as builder

# Copy the entire project
WORKDIR /workspace
Expand Down
2 changes: 1 addition & 1 deletion image/controller/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build stage
FROM docker.io/library/golang:1.23.4 as builder
FROM docker.io/library/golang:1.23.5 as builder

# Copy the entire project
WORKDIR /workspace
Expand Down

0 comments on commit b556dbf

Please sign in to comment.