Skip to content

Commit

Permalink
ci: update go
Browse files Browse the repository at this point in the history
  • Loading branch information
l1b0k committed Jan 11, 2024
1 parent f6d20a2 commit 5273e60
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.6
go-version: 1.21.3
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand All @@ -42,7 +42,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.6
go-version: 1.21.3
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand All @@ -62,7 +62,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: 1.20.6
go-version: 1.21.3
- name: Run golangci-lint
uses: golangci/golangci-lint-action@v3
with:
Expand Down

0 comments on commit 5273e60

Please sign in to comment.