Skip to content

Commit

Permalink
Merge pull request #2562 from CrowleyRajapakse/testalpha
Browse files Browse the repository at this point in the history
Upgrading go version in workflows
  • Loading branch information
CrowleyRajapakse authored Oct 10, 2024
2 parents 3a79367 + 2c64d98 commit 29aeb12
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.22"
go-version: "1.23"
- name: Install Revive
shell: sh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/code-coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.22"
go-version: "1.23"
- 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.22"
go-version: "1.23"
- name: Install Revive
shell: sh
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ratelimiter-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: "1.19"
go-version: "1.23"
- name: Install Revive
shell: sh
run: |
Expand Down

0 comments on commit 29aeb12

Please sign in to comment.