From 74c32ceafa361ef8526cd28ba1a1ca3c29c968ca Mon Sep 17 00:00:00 2001 From: Atsushi Matsuo Date: Sat, 20 Jan 2024 19:22:53 +0900 Subject: [PATCH] Update go.yml and release.yml for GitHub Actions to build with Go 1.21 (#32) --- .github/workflows/go.yml | 4 ++-- .github/workflows/release.yml | 4 ++-- release-notes.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 9de088d..ae6d85f 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -12,10 +12,10 @@ jobs: matrix: # https://docs.github.com/ja/actions/using-github-hosted-runners/about-github-hosted-runners#supported-runners-and-hardware-resources os: [ ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-11, macos-12, macos-13, macos-latest, windows-2019, windows-2022, windows-latest ] - go: [ '1.20' ] + go: [ '1.21' ] steps: - - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 + - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: ${{ matrix.go }} check-latest: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c858e6f..b511852 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,10 +13,10 @@ jobs: strategy: matrix: os: [ ubuntu-latest ] - go: [ '1.20' ] + go: [ '1.21' ] steps: - - uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3.5.0 + - uses: actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0.0 with: go-version: ${{ matrix.go }} diff --git a/release-notes.txt b/release-notes.txt index 4726456..6fa76d9 100644 --- a/release-notes.txt +++ b/release-notes.txt @@ -14,7 +14,7 @@ Version: 2.2.0 (in development) - Add support for Windows Server 2019 and Windows Server 2022. - Tested with Claris FileMaker Server 20.3. - Tested on macOS Sonoma 14. -- Built with Go 1.20. +- Built with Go 1.21. - [INFO] Drop support for Claris FileMaker Server 19.3 and 19.4. - [INFO] Drop support for Ubuntu 18.04 LTS. - [INFO] Drop support for CentOS Linux 7.