Skip to content

Commit

Permalink
bump go
Browse files Browse the repository at this point in the history
  • Loading branch information
puertomontt committed May 1, 2024
1 parent 4528d2c commit f4b1097
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Set up Go 1.20.6
- name: Set up Go 1.21
uses: actions/setup-go@v4
with:
go-version: 1.20.6
go-version: 1.21
- uses: actions/cache@v3
with:
path: ~/go/pkg/mod
Expand Down

0 comments on commit f4b1097

Please sign in to comment.