Skip to content

Commit

Permalink
Merge ca4de89 into 3ffa7c8
Browse files Browse the repository at this point in the history
  • Loading branch information
vincentbernat committed Nov 25, 2021
2 parents 3ffa7c8 + ca4de89 commit 9483d8b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: "1.17.3"
go-version: "1.16.5"
- name: Test
run: go test ./...
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/snapshot.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: "1.17.3"
go-version: "1.16.5"
- name: Test
run: go test ./...
- name: Run GoReleaser
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staticcheck.yml
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v1
with:
go-version: 1.17.3
go-version: 1.16.5

- name: Check out code
uses: actions/checkout@v1
Expand Down

0 comments on commit 9483d8b

Please sign in to comment.