Skip to content

Commit 5c6533b

Browse files
authored
Merge pull request #181 from saschagrunert/latest-go-patch
ci: use latest go patch version
2 parents 09ff68f + d7230fe commit 5c6533b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474

7575
strategy:
7676
matrix:
77-
go-version: ["1.24.3"]
77+
go-version: ["1.24.x"]
7878
os: [ubuntu-22.04]
7979

8080
steps:
@@ -99,7 +99,7 @@ jobs:
9999

100100
strategy:
101101
matrix:
102-
go-version: ["1.24.3"]
102+
go-version: ["1.24.x"]
103103

104104
steps:
105105
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)