Skip to content

Commit

Permalink
Update go.yml and release.yml for GitHub Actions to build with Go 1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
matsuo committed Aug 29, 2024
1 parent fe25e9d commit f7d7d1e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
# https://docs.github.com/en/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
os: [ 'macos-13', 'macos-14', 'macos-latest', 'windows-2019', 'windows-2022', 'windows-latest' ]
go: [ '1.22' ]
go: [ '1.23' ]
steps:

- name: Setup go
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
# https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners/about-github-hosted-runners
os: [ 'macos-latest' ]
go: [ '1.22' ]
go: [ '1.23' ]
steps:

- name: Setup go
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module github.com/emic/XMLPaste

go 1.22
go 1.23
1 change: 1 addition & 0 deletions release-notes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ XMLPaste
This software is distributed under the MIT License.

Version: 1.1.1 (in development)
- Built with Go 1.23.
- [INFO] Drop support for macOS Monterey 12.

Version: 1.1.0
Expand Down

0 comments on commit f7d7d1e

Please sign in to comment.