Skip to content

Commit

Permalink
Merge pull request #2386 from AmaliMatharaarachchi/go
Browse files Browse the repository at this point in the history
update workflow go version
  • Loading branch information
AmaliMatharaarachchi authored May 31, 2024
2 parents 217738f + 5ccd7dc commit 4c0ca3f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/adapter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.22"
- name: Install Revive
shell: sh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/common-controller-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.20"
go-version: "1.22"
- name: Install Revive
shell: sh
run: |
Expand Down
2 changes: 1 addition & 1 deletion common-controller/internal/operator/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build the manager binary
FROM golang:1.20 as builder
FROM golang:1.22 as builder
ARG TARGETOS
ARG TARGETARCH

Expand Down

0 comments on commit 4c0ca3f

Please sign in to comment.