Skip to content

Commit 3f5cf4c

Browse files
committed
Build with Go 1.23
Signed-off-by: Stefan Prodan <[email protected]>
1 parent 4b90241 commit 3f5cf4c

8 files changed

+10
-10
lines changed

.github/workflows/build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2020
with:
21-
go-version: 1.22.x
21+
go-version: 1.23.x
2222
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
2323
cache-dependency-path: |
2424
**/go.sum

.github/workflows/cifuzz.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Setup Go
1717
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
1818
with:
19-
go-version: 1.22.x
19+
go-version: 1.23.x
2020
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
2121
cache-dependency-path: |
2222
**/go.sum

.github/workflows/e2e.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: ${{ steps.filter.outputs.git == 'true' || steps.filter.outputs.e2e == 'true' || github.event_name == 'workflow_dispatch' }}
4444
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
4545
with:
46-
go-version: 1.22.x
46+
go-version: 1.23.x
4747
# https://github.com/actions/setup-go/blob/main/docs/adrs/0000-caching-dependencies.md#example-of-real-use-cases
4848
cache-dependency-path: |
4949
**/go.sum

.github/workflows/integration-aws.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Go
2525
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2626
with:
27-
go-version: 1.22.x
27+
go-version: 1.23.x
2828
cache-dependency-path: oci/tests/integration/go.sum
2929
- name: configure aws credentials
3030
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2

.github/workflows/integration-azure.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2929
with:
30-
go-version: 1.22.x
30+
go-version: 1.23.x
3131
cache-dependency-path: oci/tests/integration/go.sum
3232
- name: Authenticate to Azure
3333
uses: Azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v1.4.6

.github/workflows/integration-cleanup.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- name: Setup Go
2626
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2727
with:
28-
go-version: 1.22.x
28+
go-version: 1.23.x
2929
cache-dependency-path: ./tools/reaper/go.sum
3030
- name: Setup bin dir
3131
run: mkdir -p ~/.local/bin
@@ -72,7 +72,7 @@ jobs:
7272
- name: Setup Go
7373
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
7474
with:
75-
go-version: 1.22.x
75+
go-version: 1.23.x
7676
cache-dependency-path: ./tools/reaper/go.sum
7777
- name: Authenticate to Azure
7878
uses: Azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # v1.4.6
@@ -95,7 +95,7 @@ jobs:
9595
- name: Setup Go
9696
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
9797
with:
98-
go-version: 1.22.x
98+
go-version: 1.23.x
9999
cache-dependency-path: ./tools/reaper/go.sum
100100
- name: Authenticate to AWS
101101
uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 # v4.0.2

.github/workflows/integration-gcp.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- name: Setup Go
2828
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2929
with:
30-
go-version: 1.22.x
30+
go-version: 1.23.x
3131
cache-dependency-path: oci/tests/integration/go.sum
3232
- name: Authenticate to Google Cloud
3333
uses: google-github-actions/auth@f112390a2df9932162083945e46d439060d66ec2 # v2.1.4

.github/workflows/scan.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Setup Go
2424
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
2525
with:
26-
go-version: 1.22.x
26+
go-version: 1.23.x
2727
cache-dependency-path: |
2828
**/go.sum
2929
**/go.mod

0 commit comments

Comments
 (0)