commit | c820e6a77052cadbabd022dbc9c9a13fd3a0fa61 | [log] [tgz] |
---|---|---|
author | Ralph Caraveo <deckarep@gmail.com> | Sun Mar 05 20:35:08 2023 |
committer | Ralph Caraveo <deckarep@gmail.com> | Sun Mar 05 20:35:08 2023 |
tree | ee1fa5a3c6fd509ace6e91a90ae9e7fbb79b025d | |
parent | 3207906baa53587501c8ce8a3781a1021f2f2fb0 [diff] |
moron, it's pulling go 1.2.2
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d32780..886bdc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml
@@ -12,7 +12,7 @@ - name: Set up Go uses: actions/setup-go@v3 with: - go-version: 1.20 + go-version: 1.20.1 - name: Test run: go test -v -race ./... \ No newline at end of file