Skip to content

Commit

Permalink
update ci to go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
attiasas committed Nov 27, 2024
1 parent a623bb1 commit b159a6f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/oidc-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.7
go-version: 1.23.x
cache: false

# Generating a unique name for the Integration Configuration that will be created in the following step
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false

- name: Go Cache
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false

- name: Go Cache
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false

- name: Run Tests
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false

- name: Run Tests
Expand Down Expand Up @@ -201,7 +201,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false

- name: Run Tests
Expand All @@ -223,7 +223,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.22.x
go-version: 1.23.x
cache: false

- name: Unzip Preconfigured Bitbucket Home
Expand Down

0 comments on commit b159a6f

Please sign in to comment.