We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15b2e7f commit 1d5aa50Copy full SHA for 1d5aa50
.github/workflows/ci.yaml
@@ -4,7 +4,7 @@ jobs:
4
build:
5
strategy:
6
matrix:
7
- version: [1.21]
+ version: [1.23]
8
os: [ubuntu-latest, windows-latest, macos-latest]
9
name: Build
10
runs-on: ${{ matrix.os }}
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
- uses: actions/setup-go@v5
43
with:
44
- go-version: 1.21
+ go-version: 1.23
45
- uses: actions/checkout@v4
46
- name: golangci-lint
47
uses: golangci/golangci-lint-action@v7
.github/workflows/release.yaml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set up Go
16
uses: actions/setup-go@v5
17
18
- go-version: 1.22.11
+ go-version: 1.23.5
19
20
- name: Build the executables
21
run: ./mkrel.sh kleingebaeck ${{ github.ref_name}}
0 commit comments