Browse Source

Update tests.yml

pull/107/head
Lane Wagner 3 years ago
committed by GitHub
parent
commit
5c6bcb5027
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .github/workflows/tests.yml

+ 2
- 2
.github/workflows/tests.yml View File

@ -12,10 +12,10 @@ jobs:
GOPROXY: "https://proxy.golang.org,direct"
steps:
- name: Set up Go 1.20
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.20
go-version: "1.20"
id: go
- name: Check out code into the Go module directory


Loading…
Cancel
Save