Skip to content

Commit

Permalink
Update version golang cicd and e2e test (#53)
Browse files Browse the repository at this point in the history
* upgrade version cloud provider

* update version cicd
  • Loading branch information
fevirtus authored Sep 24, 2024
1 parent 0e48985 commit 2b7639e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/e2e_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4.1.7

- name: Set output
id: vars
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.23"

- uses: actions/checkout@master

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Use of this source code is governed by a BSD-style
# license that can be found in the LICENSE file.

FROM golang:1.20.10-alpine3.17 AS build-env
FROM golang:1.23-alpine3.20 AS build-env
WORKDIR /app
ADD . /app
RUN cd /app && GO111MODULE=on GOARCH=amd64 go build -o bizfly-cloud-controller-manager cmd/bizfly-cloud-controller-manager/main.go
Expand Down
5 changes: 1 addition & 4 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/bizflycloud/bizfly-cloud-controller-manager

go 1.22.0

toolchain go1.22.5
go 1.23

require (
github.com/bizflycloud/gobizfly v1.1.7
Expand Down Expand Up @@ -41,7 +39,6 @@ require (
github.com/go-openapi/swag v0.22.4 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/golang/groupcache v0.0.0-20210331224755-41bb18bfe9da // indirect
github.com/golang/protobuf v1.5.4 // indirect
github.com/google/cel-go v0.20.1 // indirect
github.com/google/gnostic-models v0.6.8 // indirect
github.com/google/go-cmp v0.6.0 // indirect
Expand Down

0 comments on commit 2b7639e

Please sign in to comment.