Skip to content

Commit 3bc0c88

Browse files
committed
Set the Go version to use the latest 1.25.x release in the build workflow
1 parent d8dcf06 commit 3bc0c88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build and Test
22

33
env:
4-
GO_LATEST: '1.25.3'
4+
GO_LATEST: '1.25.x'
55
DOCKER_COMPOSE_VERSION: 'v2.40.3'
66

77
on:

0 commit comments

Comments
 (0)