Skip to content

Commit

Permalink
Update Go version to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardinius committed Feb 11, 2024
1 parent 1983073 commit 3dfad93
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.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@v5
with:
go-version: 1.20.4
go-version: 1.22.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand All @@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.4
go-version: 1.22.0
- name: Build & test
run: make ci-test
- name: Upload log files
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.4
go-version: 1.22.0
- name: golangci-lint
uses: golangci/golangci-lint-action@v4
with:
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.4
go-version: 1.22.0
- name: Build & test
run: make ci-test
- name: Upload log files
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.20.4
go-version: 1.22.0
- name: Build release
run: |
make clean lint test;
Expand Down

0 comments on commit 3dfad93

Please sign in to comment.