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

Commit

Permalink
chore: bump go version to v1.21.6 (#688)
Browse files Browse the repository at this point in the history
  • Loading branch information
rach-id authored Jan 12, 2024
1 parent 4799141 commit 01ce715
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
- run: git fetch --force --tags
- uses: actions/setup-go@v5
with:
go-version: 1.21.1
go-version: 1.21.6
- name: Import GPG key
id: import_gpg
uses: crazy-max/ghaction-import-gpg@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ on:
- cron: '17 5 * * 1'

env:
GO_VERSION: '1.21.1'
GO_VERSION: '1.21.6'

jobs:
analyze:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
steps:
- uses: actions/setup-go@v5
with:
go-version: '1.21.1'
go-version: '1.21.6'
- 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@v5
with:
go-version: '1.21.1'
go-version: '1.21.6'
- 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 @@ -5,7 +5,7 @@ on:
workflow_call:

env:
GO_VERSION: '1.21.1'
GO_VERSION: '1.21.6'

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion e2e/Dockerfile_e2e
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# stage 1 Build blobstream binary
FROM golang:1.21.1-alpine as builder
FROM golang:1.21.6-alpine as builder
RUN apk update && apk --no-cache add make gcc musl-dev git
COPY . /orchestrator-relayer
WORKDIR /orchestrator-relayer
Expand Down
2 changes: 1 addition & 1 deletion e2e/go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/celestiaorg/orchestrator-relayer/e2e

go 1.21.1
go 1.21.6

replace github.com/celestiaorg/orchestrator-relayer => ../

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/celestiaorg/orchestrator-relayer

go 1.21.1
go 1.21.6

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

0 comments on commit 01ce715

Please sign in to comment.