Skip to content

Commit 51cc705

Browse files
authored
Merge pull request #141 from thanos-community/bump_go_123_ghactions
.github: bump Go version
2 parents 615f978 + 00f2107 commit 51cc705

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/setup-go@v2
1414
with:
15-
go-version: '^1.19'
15+
go-version: '>=1.23.0'
1616

1717
- uses: actions/checkout@v2
1818

0 commit comments

Comments
 (0)