Skip to content

Commit ebfd93a

Browse files
chore(deps): update dependency go to 1.24 (#313)
1 parent 5f70f3d commit ebfd93a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Setup Go
1313
uses: actions/setup-go@v5
1414
with:
15-
go-version: '1.23'
15+
go-version: '1.24'
1616
- name: Run Gosec Security Scanner
1717
uses: securego/gosec@master
1818
with:

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
uses: docker/setup-buildx-action@v3
2626
- uses: actions/setup-go@v5
2727
with:
28-
go-version: '1.23'
28+
go-version: '1.24'
2929
cache: true
3030
- uses: sigstore/[email protected] # installs cosign
3131
# - uses: anchore/sbom-action/[email protected] # installs syft

0 commit comments

Comments
 (0)