Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v7
with:
go-version: 1.26.x
go-version: 1.27.x

- name: Build Hamlib
run: |
Expand Down Expand Up @@ -243,7 +243,7 @@ jobs:
uses: actions/setup-go@v7
with:
# https://packages.debian.org/stable/golang
go-version: 1.26.x
go-version: 1.27.x

- name: Install MSYS2 with MinGW64 pkg-config
id: msys2
Expand Down
Loading