Skip to content

Commit

Permalink
update pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
ilya-korotya committed Dec 10, 2024
1 parent 05b3ec6 commit bdf9fc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: 1.21.0
go-version: 1.22.5
- name: Checkout code
uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.54.2
version: v1.62.2
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test:
strategy:
matrix:
containers: [ 1.20.4, 1.19, 1.18 ]
containers: [ 1.22, 1.21, 1.20 ]
runs-on: ubuntu-latest
container: golang:${{ matrix.containers }}
steps:
Expand Down

0 comments on commit bdf9fc7

Please sign in to comment.