Skip to content

Commit 07fb6d9

Browse files
committed
Update Go version
1 parent fcc3076 commit 07fb6d9

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ jobs:
44
test:
55
strategy:
66
matrix:
7-
go-version: [1.19.x]
8-
os: [ubuntu-latest]
7+
go-version: [1.23.x]
8+
os: [ubuntu-latest, macos-latest, windows-latest]
99
runs-on: ${{ matrix.os }}
1010
steps:
11+
- name: Checkout code
12+
uses: actions/checkout@v4
1113
- name: Install Go
12-
uses: actions/setup-go@v3
14+
uses: actions/setup-go@v5
1315
with:
1416
go-version: ${{ matrix.go-version }}
15-
- name: Checkout code
16-
uses: actions/checkout@v3
1717
- name: Test
1818
run: go test

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module github.com/gen2brain/mpeg
22

3-
go 1.19
3+
go 1.23

0 commit comments

Comments
 (0)