Skip to content

Commit

Permalink
Use Go 1.20 as required by Goa
Browse files Browse the repository at this point in the history
  • Loading branch information
raphael committed Mar 21, 2023
1 parent 74153e5 commit 86c14b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '1.19'
go-version: '1.20'
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit 86c14b7

Please sign in to comment.