Skip to content

Commit

Permalink
chore: Update Go version to 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
samcm committed Oct 3, 2023
1 parent 31bd024 commit 1c68045
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/golangci-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,6 @@ jobs:
- uses: actions/setup-go@v4
with:
go-version: 1.20
cache: false
env:
GO111MODULE: off
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
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 github.com/ethpandaops/xatu

go 1.20
go 1.19

replace github.com/attestantio/go-eth2-client v0.16.3 => github.com/samcm/go-eth2-client v0.15.12

Expand Down

0 comments on commit 1c68045

Please sign in to comment.