Skip to content

Commit

Permalink
Update go.yml for GitHub Actions to build with Go 1.21 (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Feb 1, 2024
1 parent 192f041 commit 522a57a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,15 @@ jobs:

strategy:
matrix:
# https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
os: [ macos-11, macos-12, macos-13, macos-14, macos-latest, windows-2019, windows-2022, windows-latest ]
go: [ '1.20' ]
go: [ '1.21' ]
steps:

- uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
- name: Setup go
uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0
with:
cache: false
go-version: ${{ matrix.go }}
check-latest: true

Expand Down
2 changes: 1 addition & 1 deletion release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ This software is distributed under the MIT License.
Version: 1.1.0 (in development)
- Support Apple Silicon on macOS.
- Add support for macOS Big Sur 11, macOS Monterey 12, macOS Ventura 13 and macOS Sonoma 14.
- Built with Go 1.20.
- Built with Go 1.21.
- [INFO] Drop support for 32-bit Windows version.
- [INFO] Drop support for Windows 10 Version 21H2 or previous.
- [INFO] Drop support for Windows 7.
Expand Down

0 comments on commit 522a57a

Please sign in to comment.