Browse Source

Update go.yml

master
yuriy0803 2 years ago committed by GitHub
parent
commit
2649ade9d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/go.yml

2
.github/workflows/go.yml

@ -21,5 +21,5 @@ jobs:
with: with:
go-version: '1.20' # Use the desired Go version go-version: '1.20' # Use the desired Go version
- name: Build - name: go build
run: go build -v ./... run: go build -v ./...

Loading…
Cancel
Save