We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 485dfd7 + b7964b5 commit 2476483Copy full SHA for 2476483
.github/workflows/golangci-lint.yml
@@ -22,7 +22,7 @@ jobs:
22
- uses: actions/checkout@v2
23
- uses: actions/setup-go@v3
24
with:
25
- go-version: '1.17'
+ go-version: '1.18'
26
- name: golangci-lint
27
uses: golangci/golangci-lint-action@v3
28
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM golang:1.17 AS build
+FROM golang:1.18 AS build
2
3
WORKDIR /code
4
COPY . .
0 commit comments