Skip to content

Commit

Permalink
Update action yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
babarot committed Mar 10, 2023
1 parent a65e2f3 commit 040aa71
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- name: Set up Go 1.20
uses: actions/setup-go@v3
with:
go-version: 1.20
go-version: 1.20.x

- name: Checkout
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.20.0
go-version: 1.20.x

- name: Cache Go modules
uses: actions/cache@v3
Expand Down

0 comments on commit 040aa71

Please sign in to comment.