Skip to content

Commit

Permalink
chore: fix CI (#43)
Browse files Browse the repository at this point in the history
* chore: fix CI

* chore: update Go version

* chore: fix again
  • Loading branch information
freak12techno authored Apr 29, 2024
1 parent 0c1163c commit 59622fa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/actions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v2
with:
go-version: '^1.18.0'
go-version: '^1.21.0'
- run: go version
- run: go mod download
- run: go build ./cmd/cosmos-validators-exporter.go
Expand All @@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@master
- uses: actions/setup-go@v2
with:
go-version: '^1.18.0'
go-version: '^1.21.0'
- run: go version
- run: go mod download
- run: go vet ./...
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.18
go-version: 1.21

- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
Expand Down

0 comments on commit 59622fa

Please sign in to comment.