Skip to content

Commit

Permalink
bump go to 1.22 in github action and go.mod
Browse files Browse the repository at this point in the history
  • Loading branch information
sduchesneau committed Jul 16, 2024
1 parent c37fa1d commit c74e36a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v2
with:
go-version: 1.20.x
go-version: 1.22.x

- uses: actions/cache@v2
with:
Expand Down Expand Up @@ -81,4 +81,4 @@ jobs:
uses: Ilshidur/[email protected]
with:
args: |
:done: *${{ github.repository }}* Success building docker images from ${{ github.ref_type }} _${{ github.ref_name }}_ (${{ github.actor }}) :sparkling_heart: ```${{ join(needs.build-and-push-image.outputs.tags, ' ') }}```
:done: *${{ github.repository }}* Success building docker images from ${{ github.ref_type }} _${{ github.ref_name }}_ (${{ github.actor }}) :sparkling_heart: ```${{ join(needs.build-and-push-image.outputs.tags, ' ') }}```
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/streamingfast/substreams-sink-kv

go 1.21
go 1.22

require (
connectrpc.com/connect v1.16.1
Expand Down

0 comments on commit c74e36a

Please sign in to comment.