Skip to content

Commit

Permalink
Downgrade go for checks
Browse files Browse the repository at this point in the history
  • Loading branch information
Ardem committed Oct 7, 2024
1 parent 9c21002 commit dc6b951
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.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@v4
with:
go-version: '1.23'
go-version: '1.21'

- name: Build API
run: go build -C api
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: '1.23'
go-version: '1.21'
cache: false
- name: golangci-lint for API
uses: golangci/golangci-lint-action@v6
Expand Down

0 comments on commit dc6b951

Please sign in to comment.