Skip to content

Commit

Permalink
Add a Golang version check
Browse files Browse the repository at this point in the history
  • Loading branch information
zregvart committed Oct 25, 2024
1 parent 5695db2 commit ea7fb9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ jobs:
go-version-file: go.mod
cache-dependency-path: '**/go.sum'

- name: Check go versions
uses: enterprise-contract/github-workflows/golang-version-check@main

- name: Test
run: make test

Expand Down

0 comments on commit ea7fb9a

Please sign in to comment.