Updated go version in workflow

This commit is contained in:
Tim Beatham 2023-11-05 10:47:10 +00:00 committed by GitHub
parent 275eb423fb
commit a4e9a5cd0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'
go-version: '1.23'
- name: Build
run: go build -v ./...