new: CI bump up to use Go 1.21.0 stable release

This commit is contained in:
Gaukas Wang 2023-08-08 19:53:41 -06:00
parent 34188c8042
commit d0cb023440
No known key found for this signature in database
GPG key ID: 9E2F8986D76F8B5D

View file

@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.21.0-rc.4'
go-version: '1.21.0'
- name: Build
run: go build -v ./...