Skip to content

Commit 5f5dbb1

Browse files
committed
ci: update mod to 1.20 and release action
1 parent 472393e commit 5f5dbb1

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ jobs:
1010
name: "Build & Unit Tests"
1111
strategy:
1212
matrix:
13-
go-version: [1.18.x, 1.19.x, 1.20.x]
1413
platform: [ubuntu-latest, macos-latest, windows-latest]
1514
fail-fast: true
1615
runs-on: ${{ matrix.platform }}
@@ -20,8 +19,7 @@ jobs:
2019
- name: Install Go
2120
uses: actions/setup-go@v4
2221
with:
23-
go-version: ${{ matrix.go-version }}
24-
stable: false
22+
go-version: ${{ vars.GO_VERSION }}
2523
- name: Build
2624
run: go build ./...
2725
- name: Test

go.mod

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

3-
go 1.18
3+
go 1.20
44

55
require (
66
github.com/davecgh/go-spew v1.1.1

0 commit comments

Comments
 (0)