Browse Source

Update release.yml

update go version
master
Matthew 6 months ago committed by GitHub
parent
commit
42239eef93
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      .github/workflows/release.yml

2
.github/workflows/release.yml

@ -11,7 +11,7 @@ jobs: @@ -11,7 +11,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
go-version: '>=1.18.0'
- name: Check out code into the Go module directory
uses: actions/checkout@v4
- name: Get dependencies

Loading…
Cancel
Save