Skip to content
This repository has been archived by the owner on Sep 20, 2024. It is now read-only.

Commit

Permalink
chore: bump golang-version-1.20.5 (#362)
Browse files Browse the repository at this point in the history
Signed-off-by: chenk <[email protected]>
  • Loading branch information
chen-keinan authored Jul 24, 2023
1 parent 97d7ba7 commit 9ba7330
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Empty file removed ,
Empty file.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20.3
go-version: 1.20.5
- name: Checkout code
uses: actions/checkout@v3
- name: yaml-lint
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: 1.20.3
go-version: 1.20.5
- name: Checkout code
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 9ba7330

Please sign in to comment.