Skip to content

Commit

Permalink
chore: update ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
polebug committed Dec 20, 2024
1 parent 3e35453 commit 5f724db
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22.7"
- name: Checkout
uses: actions/checkout@v4
- name: GolangCI Lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: "1.21"
go-version: "1.22.7"
- name: Checkout
uses: actions/checkout@v4
- name: Test
Expand Down

0 comments on commit 5f724db

Please sign in to comment.