Skip to content

Commit 1890f26

Browse files
authored
Merge pull request #63 from github/update-go-version
Update Go to the latest version.
2 parents e6c6548 + 54afdf3 commit 1890f26

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Diff for: .github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Setup Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.14.15
21+
go-version: 1.18.0
2222
- name: Install Pkger
2323
run: go install --mod=readonly github.com/markbates/pkger/cmd/pkger
2424
- name: Build
@@ -36,7 +36,7 @@ jobs:
3636
- name: Setup Go
3737
uses: actions/setup-go@v2
3838
with:
39-
go-version: 1.14.15
39+
go-version: 1.18.0
4040
- name: Test
4141
run: go test ./...
4242

@@ -50,7 +50,7 @@ jobs:
5050
- name: Setup Go
5151
uses: actions/setup-go@v2
5252
with:
53-
go-version: 1.14.15
53+
go-version: 1.18.0
5454
- name: Build
5555
run: go build
5656
- name: Test
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Go
6868
uses: actions/setup-go@v2
6969
with:
70-
go-version: 1.14.15
70+
go-version: 1.18.0
7171
- name: Check Modules
7272
run: |
7373
go mod tidy
@@ -89,7 +89,7 @@ jobs:
8989
- name: Setup Go
9090
uses: actions/setup-go@v2
9191
with:
92-
go-version: 1.14.15
92+
go-version: 1.18.0
9393
- name: Setup licensedci
9494
uses: jonabc/setup-licensed@v1
9595
with:

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Go
1818
uses: actions/setup-go@v2
1919
with:
20-
go-version: 1.14.15
20+
go-version: 1.18.0
2121
- name: Install Pkger
2222
run: go install --mod=readonly github.com/markbates/pkger/cmd/pkger
2323
- name: Release

0 commit comments

Comments
 (0)