Browse Source

Update release.yml

update checkout and setup-go
master
Matthew 8 months ago committed by GitHub
parent
commit
932a80fa97
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      .github/workflows/release.yml

6
.github/workflows/release.yml

@ -9,9 +9,11 @@ jobs: @@ -9,9 +9,11 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: '>=1.17.0'
- name: Check out code into the Go module directory
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Get dependencies
run: go get
- name: Go release

Loading…
Cancel
Save