Skip to content

Commit

Permalink
ci(test): update go to 1.20
Browse files Browse the repository at this point in the history
  • Loading branch information
hbollon committed Jun 21, 2023
1 parent b54ea76 commit ed547eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: "Set up Go"
uses: "actions/setup-go@v2"
with:
go-version: "1.15"
go-version: "1.20"
- name: Get dependencies
run: go mod vendor
- name: Install PGP and SOPS Dev Key
Expand Down

0 comments on commit ed547eb

Please sign in to comment.