bump Golang version in CI to 1.21

This commit is contained in:
James Swineson
2023-08-23 10:06:23 +08:00
parent 32f3ad71f7
commit f697ba1e1e

View File

@@ -4,13 +4,13 @@ jobs:
build:
name: Build
runs-on: ubuntu-18.04
runs-on: ubuntu-latest
steps:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21
id: go
- name: Check out repository