Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Kisesy committed Jul 4, 2023
1 parent 4ff73d1 commit 8c4dea5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,12 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: 1.20
go-version: "1.20"

- name: Install dependencies
run: |
go get .
github.com/quic-go/quic-go
run: go get .

- name: Build
run: go build -v ./...
Expand Down

0 comments on commit 8c4dea5

Please sign in to comment.