Browse Source

Update release.yml

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

8
.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
@ -21,4 +23,4 @@ jobs: @@ -21,4 +23,4 @@ jobs:
with:
name: gwuhaolin/livego
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_PASSWORD }}

Loading…
Cancel
Save