Update go.yml

This commit is contained in:
foglar 2024-03-10 09:47:06 +00:00 committed by GitHub
parent 6ca93b3035
commit 544c1ea468
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -23,7 +23,7 @@ jobs:
uses: actions/setup-go@v4
with:
cache-dependency-path: monitor/go.sum
go-version: '1.20'
go-version: '1.21'
- name: Build
run: cd monitor && go build -o ./monitor.out .