Skip to content

Commit

Permalink
update go version in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
rbajollari committed Oct 31, 2023
1 parent 1dee39f commit 1271eea
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
if: steps.cache-binaries.outputs.cache-hit != 'true' && env.GIT_DIFF
uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
cache: true
env:
GOOS: ${{ matrix.targetos }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/debug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
cache: true

- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-go@v3
if: env.GIT_DIFF
with:
go-version: 1.19
go-version: 1.21
cache: true
- name: revive lint
uses: morphy2k/revive-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/price-feeder-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
cache: true
cache-dependency-path: go.sum
# Parse 'umee/v*.*.*' semantic version from 'umee/v*.*.*' and save to
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: 1.19
go-version: 1.21
- name: Display Go Version
run: go version
- uses: actions/cache@v3
Expand All @@ -38,7 +38,7 @@ jobs:
- uses: actions/setup-go@v3
if: env.GIT_DIFF
with:
go-version: 1.19
go-version: 1.21
cache: true
cache-dependency-path: go.sum
- name: Test Unit
Expand All @@ -61,7 +61,7 @@ jobs:
- uses: actions/setup-go@v4
if: env.GIT_DIFF
with:
go-version: 1.19
go-version: 1.21
cache: true
- name: Test Integration
env:
Expand Down

0 comments on commit 1271eea

Please sign in to comment.