Skip to content

Commit

Permalink
Use Golang version 1.17 in Test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetikonline committed Jun 7, 2022
1 parent ed0036f commit cce2bfe
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
steps:
- name: Checkout source
uses: actions/checkout@v3
- name: Setup Golang
uses: actions/setup-go@v3
with:
go-version: ~1.17
- name: Get dependencies
run: go get -v -t -d ./...
- name: Build
Expand Down

0 comments on commit cce2bfe

Please sign in to comment.