Skip to content

Commit

Permalink
Bump go in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
v-zhuravlev committed Dec 10, 2024
1 parent 2dafd96 commit d294f38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.18
go-version: 1.23
- name: Install CI dependencies
run: make install-ci-deps
- name: Lint and Format
Expand All @@ -33,7 +33,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2
with:
go-version: 1.18
go-version: 1.23
- name: Install CI dependencies
run: make install-ci-deps
- name: Run Tests
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint-mixins.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.23

- name: Install CI dependencies
run: make install-ci-deps
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Setup Go
uses: actions/setup-go@v5
with:
go-version: 1.18
go-version: 1.23

- name: Install CI dependencies
run: make install-ci-deps
Expand Down

0 comments on commit d294f38

Please sign in to comment.