Skip to content

Commit

Permalink
Fix: CI Outdated Package Fix V3
Browse files Browse the repository at this point in the history
  • Loading branch information
HIMANSHU authored and HIMANSHU committed Mar 4, 2024
1 parent 7689c85 commit 364fb3a
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/go-template-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,10 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22
- name: Get branch name
id: vars
run: echo ::set-output name=branch::${{ github.event.pull_request.head.ref }}
- name: Set GOROOT and GOPATH
run: |
echo "export GOROOT=/usr/local/go" >> $GITHUB_ENV
echo "export GOPATH=$HOME/go" >> $GITHUB_ENV
- name: Install pre-commit dependencies
run: |
go install github.com/fzipp/gocyclo/cmd/gocyclo@latest
Expand Down Expand Up @@ -73,5 +69,5 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.22
- uses: golangci/golangci-lint-action@v3

0 comments on commit 364fb3a

Please sign in to comment.