Skip to content

Commit 1d5aa50

Browse files
author
Thomas von Dein
committed
fix go versions
1 parent 15b2e7f commit 1d5aa50

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
build:
55
strategy:
66
matrix:
7-
version: [1.21]
7+
version: [1.23]
88
os: [ubuntu-latest, windows-latest, macos-latest]
99
name: Build
1010
runs-on: ${{ matrix.os }}
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/setup-go@v5
4343
with:
44-
go-version: 1.21
44+
go-version: 1.23
4545
- uses: actions/checkout@v4
4646
- name: golangci-lint
4747
uses: golangci/golangci-lint-action@v7

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: 1.22.11
18+
go-version: 1.23.5
1919

2020
- name: Build the executables
2121
run: ./mkrel.sh kleingebaeck ${{ github.ref_name}}

0 commit comments

Comments
 (0)