Skip to content

Commit

Permalink
Merge pull request #51 from jmhbnz/master
Browse files Browse the repository at this point in the history
Update to golang 1.20 minor release
  • Loading branch information
ahrtr authored Sep 19, 2023
2 parents 47538f1 + ef9daa9 commit 1214d62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20.8
- uses: actions/checkout@v4
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: 1.19
go-version: 1.20.8
- uses: actions/checkout@v4
- name: tests
run: |
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module go.etcd.io/gofail

go 1.19
go 1.20

require github.com/stretchr/testify v1.8.4

Expand Down

0 comments on commit 1214d62

Please sign in to comment.