Skip to content

Commit

Permalink
Downgrade to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
Taranpreet26311 committed Aug 26, 2024
1 parent 13bc394 commit 95d9547
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 @@ -48,13 +48,13 @@ jobs:
- name: Set up Go 1.22
uses: actions/setup-go@v4
with:
go-version: '1.22.4'
go-version: '1.22.3'
id: go

- name: Golangci-lint
uses: golangci/golangci-lint-action@v5
with:
version: v1.56.1
version: v1.55.2
args: --config=.golangci.yml --out-${NO_FUTURE}format colored-line-number

build:
Expand All @@ -64,7 +64,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v4
with:
go-version: '1.22.4'
go-version: '1.22.3'
id: go

- name: Check out code into the Go module directory
Expand Down

0 comments on commit 95d9547

Please sign in to comment.