Skip to content

Commit

Permalink
ci: upgrade go used in format workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
loloicci committed Sep 12, 2023
1 parent 2fa0ca0 commit 108e166
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.20
- name: Display go version
run: go version
- name: install tools
Expand All @@ -31,7 +31,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v4
with:
go-version: 1.18
go-version: 1.20
- name: Display go version
run: go version
- uses: actions/cache@v3
Expand Down

0 comments on commit 108e166

Please sign in to comment.