Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
chore(deps): bump go version to v1.21.1 (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Sep 20, 2023
1 parent ad01bd8 commit b2662a2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.21.1'
- uses: actions/checkout@v4
- uses: technote-space/[email protected]
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v4
with:
go-version: '1.21'
go-version: '1.21.1'
- name: Unshallow
run: git fetch --prune --unshallow
- name: Create release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- main

env:
GO_VERSION: '1.21'
GO_VERSION: '1.21.1'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ go.sum: mod

mod:
@echo "--> Updating go.mod"
@go mod tidy -compat=1.19
@go mod tidy

pre-build:
@echo "--> Fetching latest git tags"
Expand Down
4 changes: 1 addition & 3 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
module github.com/celestiaorg/orchestrator-relayer

go 1.21

toolchain go1.21.1
go 1.21.1

require (
github.com/celestiaorg/celestia-app v1.0.0-rc15
Expand Down

0 comments on commit b2662a2

Please sign in to comment.