Skip to content

Commit abc36e2

Browse files
authored
Update CI (#117)
1 parent 717d67e commit abc36e2

File tree

2 files changed

+3
-25
lines changed

2 files changed

+3
-25
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,15 @@ jobs:
1111
test:
1212
strategy:
1313
matrix:
14-
go-version: [1.19.x]
14+
go-version: [1.23.x]
1515
os: [ubuntu-latest] #, macos-latest, windows-latest]
1616
runs-on: ${{ matrix.os }}
1717
steps:
1818
- name: Install Go
19-
uses: actions/setup-go@v3
19+
uses: actions/setup-go@v5
2020
with:
2121
go-version: ${{ matrix.go-version }}
2222
- name: Checkout code
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
- name: Test
2525
run: go test -race ./larking

0 commit comments

Comments
 (0)