Skip to content

Commit

Permalink
updated release
Browse files Browse the repository at this point in the history
  • Loading branch information
tawalaya committed Nov 20, 2022
1 parent e79bfb4 commit ef8fad8
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ jobs:
name: Build
runs-on: ubuntu-latest
steps:

- name: Check out code into the Go module directory
uses: actions/checkout@v1
- name: Set up Go 1.17
uses: actions/setup-go@v3
with:
go-version: '1.17'
check-latest: true
cache: true
id: go

- name: Check out code into the Go module directory
uses: actions/checkout@v1

- name: Get dependencies
run: |
go get -v -t -d ./...
Expand Down

0 comments on commit ef8fad8

Please sign in to comment.