Skip to content

Commit

Permalink
Updated Go version in CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov authored Oct 24, 2024
1 parent f4a21cf commit bffb1b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [~1.18]
go-version: [~1.21, ~1.22]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down Expand Up @@ -41,4 +41,4 @@ jobs:
run: go mod download

- name: Install project
run: go install
run: go install

0 comments on commit bffb1b7

Please sign in to comment.