Skip to content

Commit 7850249

Browse files
committed
.github/workflows: update to Go 1.21
As our official policy is to support the latest version of Go, we upgrade our CI workflow to version 1.21, which was recently released. We also drop support for versions older than 1.20 as they are not supported by upstream Go.
1 parent 40ac172 commit 7850249

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
@@ -8,7 +8,7 @@ jobs:
88
name: Default build
99
strategy:
1010
matrix:
11-
go: ['1.18.x', '1.19.x']
11+
go: ['1.20.x', '1.21.x']
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)