Skip to content

Commit

Permalink
Move github action to .github/workflows (#6)
Browse files Browse the repository at this point in the history
* Move github action to .github/workflows

* Update to Go 1.22
  • Loading branch information
VojtechVitek authored May 7, 2024
1 parent 88f5784 commit 8100c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci.yml → .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version: "1.20"
go-version: "1.22"

- name: Run tests
run: go test ./...

0 comments on commit 8100c7b

Please sign in to comment.