Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
go 1.21
  • Loading branch information
stravid87 authored Jan 16, 2024
1 parent 8839882 commit 811cb01
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.19'
- name: Manually add dependencies
run: go get crypto/ecdh
go-version: '1.21'
- name: "Run Unit Tests"
run: go test -v ./...

Expand Down

0 comments on commit 811cb01

Please sign in to comment.