Skip to content

Commit

Permalink
setup deploy workflow go version
Browse files Browse the repository at this point in the history
 - to 1.17.5
 - same as in test workflow

Signed-off-by: Linus Schuertz <[email protected]>
  • Loading branch information
BrudiBanani committed Oct 21, 2022
1 parent a45d7af commit cb56cf1
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 cb56cf1

Please sign in to comment.