Skip to content

Commit

Permalink
ci: workflow set go version
Browse files Browse the repository at this point in the history
Signed-off-by: Prashanth Dintyala <[email protected]>
  • Loading branch information
saiprashanth173 committed Jun 20, 2023
1 parent a27c164 commit 6ace020
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@ jobs:
steps:

- uses: actions/checkout@v3

- uses: actions/setup-go@v4
with:
go-version: '>=1.20.0'
- name: Login to DockerHub
uses: docker/login-action@v2
with:
Expand Down

0 comments on commit 6ace020

Please sign in to comment.