Skip to content

Commit 06d6e40

Browse files
committed
Update workflows as well
1 parent 6003801 commit 06d6e40

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

.github/workflows/build-artifacts.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- run: git fetch --force --tags
1717
- uses: actions/setup-go@v3
1818
with:
19-
go-version: 1.18
19+
go-version: 1.23
2020
cache: true
2121
- uses: goreleaser/goreleaser-action@v4 # run goreleaser
2222
with:

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v3
1414
with:
15-
go-version: 1.18
15+
go-version: 1.23
1616
- name: Build
1717
run: go build -v ./...

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/setup-go@v3
1313
with:
14-
go-version: 1.18
14+
go-version: 1.23
1515
- uses: actions/checkout@v3
1616
- name: golangci-lint
1717
uses: golangci/golangci-lint-action@v3

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Set up Go
1313
uses: actions/setup-go@v3
1414
with:
15-
go-version: 1.18
15+
go-version: 1.23
1616
- uses: FedericoCarboni/setup-ffmpeg@v2
1717
id: setup-ffmpeg
1818
- name: Test

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
module github.com/konradit/mmt
22

3-
go 1.23
4-
5-
toolchain go1.23.5
3+
go 1.23.5
64

75
require (
86
github.com/abema/go-mp4 v0.9.0

0 commit comments

Comments
 (0)