Skip to content

Commit

Permalink
update golangci
Browse files Browse the repository at this point in the history
  • Loading branch information
sreya committed Nov 26, 2024
1 parent d3c9f39 commit 5f3f705
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ jobs:

# Check for Go linting errors!
- name: Lint Go
uses: golangci/golangci-lint-action@v6.0.1
uses: golangci/golangci-lint-action@v6.1.1
with:
version: v1.59.1
version: v1.61.1
args: "--out-${NO_FUTURE}format colored-line-number"

- name: Lint shell scripts
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "~1.22"
go-version: "~1.23"

# Sadly the new "set output" syntax (of writing env vars to
# $GITHUB_OUTPUT) does not work on both powershell and bash so we use the
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "~1.22"
go-version: "~1.23"

# Sadly the new "set output" syntax (of writing env vars to
# $GITHUB_OUTPUT) does not work on both powershell and bash so we use the
Expand Down Expand Up @@ -170,7 +170,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: "~1.22"
go-version: "~1.23"

- name: Go Cache Paths
id: go-cache-paths
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: "~1.22"
go-version: "~1.23"

- name: Go Cache Paths
id: go-cache-paths
Expand Down Expand Up @@ -257,7 +257,7 @@ jobs:

- uses: actions/setup-go@v3
with:
go-version: "~1.22"
go-version: "~1.23"

- name: build image
run: make -j build/image/envbox
Expand Down

0 comments on commit 5f3f705

Please sign in to comment.