Skip to content

Commit

Permalink
Setup go environment in cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
martinhny committed Sep 27, 2023
1 parent 9672f62 commit db138fb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v3
# Uses the `docker/login-action` action to log in to the Container registry using the account and password that will publish the packages. Once published, the packages are scoped to the account defined here.
- name: Setup Golang environment
uses: actions/setup-go@v4
with:
go-version: "1.21"
- name: Log in to the Container registry
uses: docker/login-action@65b78e6e13532edd9afa3aa52ac7964289d1a9c1
with:
Expand Down

0 comments on commit db138fb

Please sign in to comment.