Update go.yml

This commit is contained in:
skidoodle 2024-05-31 13:03:07 +02:00 committed by GitHub
parent 2bd45ee2c0
commit cc0874008d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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