Skip to content

Commit

Permalink
Revert changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Taranpreet26311 committed Aug 23, 2024
1 parent 27b8389 commit ecaa22b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Go 1.23
uses: actions/setup-go@v5
- name: Set up Go 1.22
uses: actions/setup-go@v4
with:
go-version: '1.23.0'
go-version: '1.22.3'
- name: Run Gosec Security Scanner
run: | # https://github.com/securego/gosec/issues/469
export PATH=$PATH:$(go env GOPATH)/bin
Expand All @@ -45,26 +45,26 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up Go 1.23
uses: actions/setup-go@v5
- name: Set up Go 1.22
uses: actions/setup-go@v4
with:
go-version: '1.23.0'
go-version: '1.22.3'
id: go

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

build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Set up Go 1.x
uses: actions/setup-go@v5
uses: actions/setup-go@v4
with:
go-version: '1.23.0'
go-version: '1.22.3'
id: go

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

0 comments on commit ecaa22b

Please sign in to comment.