Skip to content

Commit b730b2b

Browse files
authored
Bump testing to go 1.23 (#961)
1 parent a437caa commit b730b2b

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
- name: Setup go
1616
uses: actions/setup-go@v5
1717
with:
18-
go-version: "1.22"
18+
go-version: "1.23"
1919
- name: Run tests with coverage
2020
run: ./ci.sh coverage -d "${GITHUB_BASE_REF-HEAD}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Go
2323
uses: actions/setup-go@v5
2424
with:
25-
go-version: "1.22"
25+
go-version: "1.23"
2626
- name: Login to GitHub Container Registry
2727
uses: docker/login-action@v3
2828
with:

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [ 'ubuntu-latest', 'windows-latest', 'macos-latest', 'macos-14' ]
15-
go: [ '1.21', '1.22' ]
15+
go: [ '1.22', '1.23' ]
1616
runs-on: ${{ matrix.os }}
1717
name: ${{ matrix.go }}/${{ matrix.os }}
1818
steps:

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module github.com/pelletier/go-toml/v2
22

3-
go 1.21
3+
go 1.21.0
44

55
require github.com/stretchr/testify v1.9.0
66

0 commit comments

Comments
 (0)