Skip to content

Commit

Permalink
fix: deploy go fabric-weaver-cc image to fix go version
Browse files Browse the repository at this point in the history
Signed-off-by: Sandeep Nishad <[email protected]>
  • Loading branch information
sandeepnRES committed Aug 6, 2024
1 parent c01c11e commit d129b24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/deploy_go-pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -342,6 +342,11 @@ jobs:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/[email protected]

- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: '1.20.2'

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit d129b24

Please sign in to comment.