Skip to content

Commit

Permalink
Revert to Go 1.21 (#269)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Jul 21, 2024
1 parent 1b6a3a0 commit 337128a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.21.7
cache: false # by golangci-lint-action
- uses: golangci/golangci-lint-action@v3
with:
Expand All @@ -36,7 +36,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.21.7
- run: go mod tidy
- run: make fmt
- run: make generate manifests
Expand All @@ -49,5 +49,5 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.4
go-version: 1.21.7
- run: make test

0 comments on commit 337128a

Please sign in to comment.