diff --git a/.github/workflows/lint-golang.yaml b/.github/workflows/lint-golang.yaml index 1f15a872..cff3ce81 100644 --- a/.github/workflows/lint-golang.yaml +++ b/.github/workflows/lint-golang.yaml @@ -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 @@ -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 @@ -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 diff --git a/GO_VERSION b/GO_VERSION index 27ddcc14..ca8ec414 100644 --- a/GO_VERSION +++ b/GO_VERSION @@ -1 +1 @@ -1.23.4 +1.23.5 diff --git a/go.mod b/go.mod index 59cea3e9..753c440a 100644 --- a/go.mod +++ b/go.mod @@ -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 diff --git a/image/agent/Dockerfile b/image/agent/Dockerfile index 59e85600..b6183c01 100644 --- a/image/agent/Dockerfile +++ b/image/agent/Dockerfile @@ -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 diff --git a/image/controller/Dockerfile b/image/controller/Dockerfile index 1f738647..1fd373dc 100644 --- a/image/controller/Dockerfile +++ b/image/controller/Dockerfile @@ -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