Skip to content

Commit

Permalink
Upgrade Go to 1.20.3 (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
pablo-ruth authored Apr 5, 2023
1 parent c659a4b commit 73a4091
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20.3

- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.20.3

- name: Run Golang CI Lint
uses: golangci/golangci-lint-action@v2
Expand Down

0 comments on commit 73a4091

Please sign in to comment.