Skip to content

Commit

Permalink
Merge branch 'bump/github-action-go-versions' into refactor/738-multi…
Browse files Browse the repository at this point in the history
…err-to-gomultierr
  • Loading branch information
inancgumus authored Feb 14, 2024
2 parents 67b5bef + e65a414 commit c5e386f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
go-version: 1.21.x
check-latest: true
- name: Check dependencies
run: |
Expand All @@ -42,7 +42,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v5
with:
go-version: 1.19.x
go-version: 1.21.x
check-latest: true
- name: Retrieve golangci-lint version
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [1.20.x]
go-version: [1.21.x]
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion .golangci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# v1.50.0
# v1.55.2
# Please don't remove the first line. It's used in CI to determine the
# golangci-lint version. See the lint step in .github/workflows/all.yaml
run:
Expand Down

0 comments on commit c5e386f

Please sign in to comment.