Skip to content

Commit

Permalink
Upgrade go versions for lint and unit test pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
muralov committed Jan 25, 2024
1 parent 735b89a commit 1572b4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21.1'
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Cache Go dependencies
uses: actions/setup-go@v5
with:
go-version: '1.20'
go-version: '1.21.1'

- name: Execute unit test
run: make test

0 comments on commit 1572b4d

Please sign in to comment.