Skip to content

Commit bffb1b7

Browse files
authored
Updated Go version in CI build
1 parent f4a21cf commit bffb1b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
fail-fast: false
1414
matrix:
15-
go-version: [~1.18]
15+
go-version: [~1.21, ~1.22]
1616
os: [ubuntu-latest, macos-latest]
1717
runs-on: ${{ matrix.os }}
1818
env:
@@ -41,4 +41,4 @@ jobs:
4141
run: go mod download
4242

4343
- name: Install project
44-
run: go install
44+
run: go install

0 commit comments

Comments
 (0)