Skip to content

Commit 94a61ac

Browse files
authored
.github/workflows: test with Go 1.23, 1.22
These are the currently supported major Go versions.
1 parent 7dda5e1 commit 94a61ac

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/main.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
name: Main
22
on: [push, pull_request]
33
jobs:
4-
54
tests:
65
name: ${{matrix.go-version}} ${{matrix.os}}
76
runs-on: ${{ matrix.os }}
87
strategy:
98
matrix:
10-
go-version: [1.14, 1.16]
9+
go-version: [1.23, 1.22]
1110
os: [macos-latest, windows-latest, ubuntu-latest]
1211
steps:
1312
- name: Install dependencies (linux)

0 commit comments

Comments
 (0)