Skip to content

Commit

Permalink
chore: bump go version on CI (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
freak12techno authored Mar 23, 2024
1 parent 2bacf9c commit a12c173
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-node-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 a12c173

Please sign in to comment.