Skip to content

Commit

Permalink
Merge pull request #169 from digitalocean/ihwang/update-go-mod
Browse files Browse the repository at this point in the history
specify go-version in setup-go actions
  • Loading branch information
dhij authored May 8, 2024
2 parents 50bdee0 + 99ceb41 commit 7fd1cff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install go
uses: actions/setup-go@0caeaed6fd66a828038c2da3c0f662a42862658f
with:
go-version: go.mod
go-version: ^1.22
- name: Check out code into the Go module directory
uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f
- name: Login to dockerhub to push the image
Expand Down

0 comments on commit 7fd1cff

Please sign in to comment.