Skip to content

Commit

Permalink
Merge pull request #24 from BrudiBanani/fix_deploy_workflow
Browse files Browse the repository at this point in the history
setup deploy workflow go version
  • Loading branch information
sriv authored Oct 26, 2022
2 parents a45d7af + cb56cf1 commit f344d08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
steps:
- uses: actions/checkout@v1

- name: Setup go 1.13.1
- name: Setup go 1.17
uses: actions/setup-go@v1
with:
go-version: 1.13.1
go-version: 1.17.5

- name: build
run: |
Expand Down

0 comments on commit f344d08

Please sign in to comment.