Skip to content

Commit

Permalink
robot Update project owing to updated Golang Version
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <noreply@github.com>
  • Loading branch information
weizhoublue authored Feb 22, 2025
1 parent e2bfdca commit d96dc10
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.5
go-version: 1.24.0

- 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.5
go-version: 1.24.0

- 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.5
# go-version: 1.24.0

# - 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.5
1.24.0
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.5
go 1.24.0

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.5 as builder
FROM docker.io/library/golang:1.24.0 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.5 as builder
FROM docker.io/library/golang:1.24.0 as builder

# Copy the entire project
WORKDIR /workspace
Expand Down

0 comments on commit d96dc10

Please sign in to comment.