ci: update go (1.19.7 -> 1.19.9, 1.20.2 -> 1.20.4)

This commit is contained in:
Matthew Penner
2023-05-10 12:37:35 -06:00
parent b665c943a2
commit 4b66a222cd
2 changed files with 5 additions and 30 deletions

View File

@@ -15,9 +15,9 @@ jobs:
uses: actions/checkout@v3
- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: "1.19.7"
go-version: "1.19.9"
- name: Build release binaries
env: