Skip to content

Commit 2cce309

Browse files
authored
MSGV additions (#1361)
## Fixes Or Enhances This adds and documents the MSGV(Minimum Supported Go Version) package details originally being discussed [here](#1342). Along with the documentation changes the MSGV was bumped to Go 1.20 to address a security issue and updating to the latest version of `github.com/gabriel-vasile/mimetype` which increased their MSGV to v1.20 while addressing the same fix. While here re-ran and updated the benchmarks section for never version of Go.
1 parent 6c3307e commit 2cce309

File tree

4 files changed

+98
-83
lines changed

4 files changed

+98
-83
lines changed

.github/workflows/workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
test:
99
strategy:
1010
matrix:
11-
go-version: [1.17.x,1.18.x,1.21.x,1.22.x]
11+
go-version: [1.20.x,1.21.x,1.22.x,1.23.x]
1212
os: [ubuntu-latest, macos-latest, windows-latest]
1313
runs-on: ${{ matrix.os }}
1414
steps:
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- uses: actions/setup-go@v5
3838
with:
39-
go-version: 1.22.x
39+
go-version: 1.23.x
4040
- name: golangci-lint
4141
uses: golangci/golangci-lint-action@v4
4242
with:

0 commit comments

Comments
 (0)