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.
1 parent 62ec555 commit 8cd8f9cCopy full SHA for 8cd8f9c
.github/workflows/lint.yaml
@@ -19,7 +19,7 @@ jobs:
19
- uses: actions/checkout@v2
20
- uses: actions/setup-go@v2
21
with:
22
- go-version: '1.20'
+ go-version: '1.21'
23
- uses: golangci/[email protected]
24
25
version: v1.52.2
.github/workflows/test.yaml
@@ -24,7 +24,7 @@ jobs:
steps:
26
27
28
29
30
@@ -43,8 +43,8 @@ jobs:
43
strategy:
44
matrix:
45
go_version:
46
+ - '1.20'
47
- '1.19'
- - '1.18'
48
49
50
Dockerfile
@@ -1,5 +1,5 @@
1
# syntax = docker/dockerfile:1.3
2
-FROM golang:1.20 AS build
+FROM golang:1.21 AS build
3
4
WORKDIR /go/src/github.com/mccutchen/go-httpbin
5
0 commit comments