Skip to content

Commit

Permalink
Stick with go <1.19
Browse files Browse the repository at this point in the history
Go 1.19 has different rules in `gofmt` and may lead to
broken CI builds.

Signed-off-by: Andrea Panattoni <apanatto@redhat.com>
  • Loading branch information
zeeke committed Aug 18, 2022
1 parent ca051bc commit 4fd265b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.18
uses: actions/setup-go@v3
with:
go-version: '>=1.18.2'
go-version: 1.18.2

- name: Check out code into the Go module directory
uses: actions/checkout@v2
Expand Down

0 comments on commit 4fd265b

Please sign in to comment.