Skip to content

Commit

Permalink
Latest Go 1.20.x release (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
UserNotFound authored Jul 13, 2023
1 parent e96f18e commit 8de46e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: install golang
uses: actions/setup-go@v2
with:
go-version: 1.20.4
go-version: 1.20.5

- name: checkout code
uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

strategy:
matrix:
go-version: [1.20.4]
go-version: [1.20.6]

steps:
- name: install golang
Expand Down

0 comments on commit 8de46e4

Please sign in to comment.