Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
:
  • Loading branch information
aljo242 committed May 13, 2024
1 parent b5b187a commit b2e3271
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ictest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21.0
go-version: 1.22.3
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.22.3
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.22.3
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected]
Expand All @@ -40,7 +40,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v4
with:
go-version: 1.21.4
go-version: 1.22.3
cache: true
cache-dependency-path: go.sum
- uses: technote-space/[email protected]
Expand Down

0 comments on commit b2e3271

Please sign in to comment.