Skip to content

Commit

Permalink
Merge pull request #13 from skycoin/fix/change-golang-version-on-delp…
Browse files Browse the repository at this point in the history
…loy-to-1-21

fix github action workflow
  • Loading branch information
mrpalide authored Nov 20, 2023
2 parents 485687d + 652ac88 commit 41e32e6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy-develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Setup golang
uses: actions/setup-go@v3
with:
go-version: 1.21.x
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/deploy-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ jobs:
if: github.event.pull_request.merged == true
runs-on: ubuntu-latest
steps:
- name: Setup golang
uses: actions/setup-go@v3
with:
go-version: 1.21.x
- name: Login to Docker Hub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 41e32e6

Please sign in to comment.