Skip to content

Commit

Permalink
Merge pull request #112 from osmosis-labs/ci_update
Browse files Browse the repository at this point in the history
Bump Go version for CI run
  • Loading branch information
alpe authored Nov 17, 2023
2 parents 85db499 + 5d8ddc7 commit 576060f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v4
with:
go-version: "1.20"
go-version: "1.21"
check-latest: true

- name: Extract Docker metadata
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/starship-e2e-tests.yml_deactivated
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Set up Go 1.x
uses: actions/setup-go@v2
with:
go-version: ^1.20
go-version: ^1.21
id: go

- name: Deps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build
name: Build and test
on:
pull_request:
branches:
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Setup Golang
uses: actions/setup-go@v4
with:
go-version: "^1.20"
go-version: "^1.21"
- name: Display go version
run: go version
- name: Run all tests
Expand Down

0 comments on commit 576060f

Please sign in to comment.