Skip to content

Commit

Permalink
Update Go setup to version 5 and use go.mod file
Browse files Browse the repository at this point in the history
  • Loading branch information
buty4649 committed Mar 18, 2024
1 parent f0ba1d6 commit 46e52f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.22.1
go-version-file: ./go.mod
- run: go fmt ./...
- run: go test -v ./...

0 comments on commit 46e52f9

Please sign in to comment.