Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
newtoallofthis123 committed Jul 30, 2024
1 parent d1ab7d3 commit eea4fe0
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v4
with:
go-version: '1.20'

- name: Build
run: go build -v ./...
go-version: '1.22.2'

- name: Test
run: go test -v ./...

0 comments on commit eea4fe0

Please sign in to comment.