Skip to content

Commit 6d78106

Browse files
proway2Michael Sh
andauthored
New Go version added. (#40)
* Go version 1.23 added. --------- Co-authored-by: Michael Sh <[email protected]>
1 parent 1d1724d commit 6d78106

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ jobs:
1111
name: lint
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/setup-go@v3
14+
- uses: actions/setup-go@v5
1515
with:
1616
go-version: 1.18
17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
- name: golangci-lint
19-
uses: golangci/golangci-lint-action@v3
19+
uses: golangci/golangci-lint-action@v6
2020
with:
2121
# Optional: version of golangci-lint to use in form of v1.2 or v1.2.3 or `latest` to use the latest version
2222
version: latest

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ jobs:
88
runs-on: ubuntu-latest
99
strategy:
1010
matrix:
11-
go: [ '1.18', '1.19', '1.20', '1.21', '1.22' ]
11+
go: [ '1.18', '1.19', '1.20', '1.21', '1.22', '1.23' ]
1212
name: Setup Go ${{ matrix.go }} environment
1313
steps:
14-
- uses: actions/checkout@v4.1.3
14+
- uses: actions/checkout@v4
1515
- name: Setup go
1616
uses: actions/setup-go@v5
1717
with:

0 commit comments

Comments
 (0)