Skip to content

Commit 8cd8f9c

Browse files
authored
Upgrade Go to 1.21 (#143)
1 parent 62ec555 commit 8cd8f9c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v2
2020
- uses: actions/setup-go@v2
2121
with:
22-
go-version: '1.20'
22+
go-version: '1.21'
2323
- uses: golangci/[email protected]
2424
with:
2525
version: v1.52.2

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/setup-go@v2
2626
with:
27-
go-version: '1.20'
27+
go-version: '1.21'
2828

2929
- uses: actions/checkout@v2
3030

@@ -43,8 +43,8 @@ jobs:
4343
strategy:
4444
matrix:
4545
go_version:
46+
- '1.20'
4647
- '1.19'
47-
- '1.18'
4848

4949
steps:
5050
- uses: actions/setup-go@v2

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax = docker/dockerfile:1.3
2-
FROM golang:1.20 AS build
2+
FROM golang:1.21 AS build
33

44
WORKDIR /go/src/github.com/mccutchen/go-httpbin
55

0 commit comments

Comments
 (0)