fix: change go version

This commit is contained in:
jabuxas 2024-08-19 15:53:27 -03:00 committed by GitHub
parent 619cd5435c
commit deada49d46
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.23'
- name: Build
run: go build -v ./...