Skip to content

Commit 4a52fd7

Browse files
author
Michael Sh
committed
New Go version added.
1 parent 1d1724d commit 4a52fd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
go: [ '1.18', '1.19', '1.20', '1.21', '1.22' ]
11+
go: [ '1.18', '1.19', '1.20', '1.21', '1.22', '1.23' ]
1212
name: Setup Go ${{ matrix.go }} environment
1313
steps:
14-
- uses: actions/checkout@v4.1.3
14+
- uses: actions/checkout@v4
1515
- name: Setup go
1616
uses: actions/setup-go@v5
1717
with:

0 commit comments

Comments
 (0)