Skip to content

Commit

Permalink
bump Go version from 1.22.x to 1.24.x in workflow files
Browse files Browse the repository at this point in the history
  • Loading branch information
Brijeshthummar02 committed Mar 4, 2025
1 parent 9a5ab3e commit b5cb105
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 32 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-images-base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ jobs:
name: Build Bundle
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v3
Expand Down Expand Up @@ -187,10 +187,10 @@ jobs:
needs: [build, build-bundle]
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/code-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
importpath: golang.org/x/tools/cmd/goimports@latest

steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go

- name: Check out code
Expand Down Expand Up @@ -92,10 +92,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go

- name: Check out code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-alerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down
44 changes: 22 additions & 22 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
needs: pre-job
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.24.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
defaults:
Expand Down Expand Up @@ -80,10 +80,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -131,10 +131,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -178,10 +178,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -234,10 +234,10 @@ jobs:
run:
shell: bash
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down Expand Up @@ -279,10 +279,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -296,10 +296,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -313,10 +313,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -330,7 +330,7 @@ jobs:
needs: pre-job
strategy:
matrix:
go-version: [1.22.x]
go-version: [1.24.x]
platform: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.platform }}
defaults:
Expand All @@ -354,10 +354,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -371,10 +371,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand All @@ -388,10 +388,10 @@ jobs:
needs: pre-job
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.22.x
- name: Set up Go 1.24.x
uses: actions/setup-go@v4
with:
go-version: 1.22.x
go-version: 1.24.x
id: go
- name: Check out code
uses: actions/checkout@v4
Expand Down

0 comments on commit b5cb105

Please sign in to comment.