Skip to content

Commit

Permalink
Use Go version from module
Browse files Browse the repository at this point in the history
Instead of hardcoded version
  • Loading branch information
Kesuaheli authored Nov 16, 2024
1 parent c426acc commit c7535af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gotest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: "1.21"
go-version-file: go.mod

- name: Set up dependencies
run: |
Expand Down

0 comments on commit c7535af

Please sign in to comment.