We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c68247 commit b2c1ec9Copy full SHA for b2c1ec9
.github/workflows/git.yml
@@ -22,7 +22,7 @@ jobs:
22
- name: Install Go
23
uses: actions/setup-go@v5
24
with:
25
- go-version: 1.23.x
+ go-version: stable
26
27
- name: Install build dependencies
28
run: sudo apt-get update && sudo apt-get install gettext libcurl4-openssl-dev
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- go-version: [1.21.x, 1.22.x, 1.23.x]
+ go-version: [1.22.x, 1.23.x, 1.24.x]
12
platform: [ubuntu-latest, macos-latest, windows-latest]
13
14
runs-on: ${{ matrix.platform }}
0 commit comments