Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
update checkout and setup-go
  • Loading branch information
matthewgao authored Nov 6, 2024
1 parent bc068ea commit 932a80f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -21,4 +23,4 @@ jobs:
with:
name: gwuhaolin/livego
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
password: ${{ secrets.DOCKER_PASSWORD }}

0 comments on commit 932a80f

Please sign in to comment.