Skip to content

Commit

Permalink
minor gha
Browse files Browse the repository at this point in the history
  • Loading branch information
AaronSaikovski committed Jun 13, 2024
1 parent 30f5eb0 commit f761f1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: ">=1.21.0"
go-version: ">=1.22.0"

- name: Verify dependencies
run: go mod verify
Expand All @@ -34,4 +34,4 @@ jobs:
# run: go test -v ./...

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

0 comments on commit f761f1a

Please sign in to comment.