Skip to content

Commit

Permalink
Updated CI build version to Go1.22
Browse files Browse the repository at this point in the history
  • Loading branch information
esimov committed Jun 18, 2024
1 parent fa706ef commit d6bf15c
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,12 +12,12 @@ jobs:
strategy:
fail-fast: false
matrix:
go-version: [~1.19, ~1.20]
go-version: [~1.21, ~1.22]
os: [ubuntu-latest, macos-latest]
runs-on: ${{ matrix.os }}
env:
GO111MODULE: "on"
steps:
steps:
- name: Install Go
uses: actions/setup-go@v2
with:
Expand Down

0 comments on commit d6bf15c

Please sign in to comment.