Skip to content

Commit 6174fdd

Browse files
authored
Updates the Go version from 1.25.3 to 1.25. This allows picking up the latest patch release. (#713)
Signed-off-by: Kay Yan <[email protected]>
1 parent c3713bd commit 6174fdd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/test_coverage.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Set up Go 1.x
1212
uses: actions/setup-go@v6
1313
with:
14-
go-version: 1.25.3
14+
go-version: 1.25
1515
id: go
1616

1717
- name: Check out code into the Go module directory

.github/workflows/trivy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go 1.x
1313
uses: actions/setup-go@v6
1414
with:
15-
go-version: 1.25.3
15+
go-version: 1.25
1616
id: go
1717

1818
- name: Checkout code
@@ -24,7 +24,7 @@ jobs:
2424
docker buildx build --no-cache --output=type=docker -t test/lws:latest \
2525
--platform=linux/amd64 \
2626
--build-arg BASE_IMAGE=gcr.io/distroless/static:nonroot \
27-
--build-arg BUILDER_IMAGE=golang:1.25.3 \
27+
--build-arg BUILDER_IMAGE=golang:1.25 \
2828
--build-arg CGO_ENABLED=0 \
2929
-f ./Dockerfile .
3030

0 commit comments

Comments
 (0)