Skip to content

Commit 4b9e9f0

Browse files
committed
Upgrade Go to 1.18
1 parent 0759dae commit 4b9e9f0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
strategy:
1414
matrix:
15-
go: [ 1.17 ]
15+
go: [ 1.17, 1.18 ]
1616
steps:
1717
- uses: actions/checkout@v2
1818

@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v2
3737
with:
38-
go-version: 1.17
38+
go-version: 1.18
3939

4040
- name: Test
4141
run: go test -v -coverprofile=coverage.txt -covermode=atomic ./...

go.mod

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

3-
go 1.17
3+
go 1.18
44

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

0 commit comments

Comments
 (0)