Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bgavrilMS committed May 9, 2024
1 parent 83ceaca commit 882b562
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

strategy:
matrix:
go: ["1.19", "1.20"]
go: ["1.21", "1.22"]

steps:
- name: Set up Go 1.x
Expand All @@ -32,8 +32,8 @@ jobs:
run: go get -v -t -d ./...

# designed to only run on linux
- name: Format Check
run: if [ $(gofmt -l -s . | wc -l) -ne 0 ]; then echo "fmt failed"; exit 1; fi
# - name: Format Check
# run: if [ $(gofmt -l -s . | wc -l) -ne 0 ]; then echo "fmt failed"; exit 1; fi

- name: Build
run: go build ./apps/...
Expand Down

0 comments on commit 882b562

Please sign in to comment.