1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-31 18:17:23 +01:00

Merge pull request #1697 from amir20/go1.18

Updates to 1.18
This commit is contained in:
kodiakhq[bot]
2022-03-23 18:46:15 +00:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -27,7 +27,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v3
- name: Run Go Tests with Coverage

View File

@@ -30,7 +30,7 @@ jobs:
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.17.x
go-version: 1.18.x
- name: Checkout code
uses: actions/checkout@v3
- name: Run Go Tests with Coverage

2
go.mod
View File

@@ -41,4 +41,4 @@ require (
google.golang.org/protobuf v1.27.1 // indirect
)
go 1.17
go 1.18