Skip to content

Commit d94ca7f

Browse files
committed
update go version
Signed-off-by: Seán C McCord <ulexus@gmail.com>
1 parent cdc56f5 commit d94ca7f

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Set up Go
1717
uses: actions/setup-go@v2
1818
with:
19-
go-version: 1.16
19+
go-version: 1.18
2020

2121
- name: lint
2222
uses: golangci/golangci-lint-action@v2.5.2

.github/workflows/master.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: Set up Go
1919
uses: actions/setup-go@v2
2020
with:
21-
go-version: 1.16
21+
go-version: 1.18
2222

2323
- name: GHCR Login
2424
uses: docker/login-action@v1

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up Go
1515
uses: actions/setup-go@v2
1616
with:
17-
go-version: 1.16
17+
go-version: 1.18
1818

1919
- name: Docker Hub Login
2020
uses: docker/login-action@v1

0 commit comments

Comments
 (0)