Skip to content

Commit

Permalink
revert to go 1.17
Browse files Browse the repository at this point in the history
  • Loading branch information
paupm committed Apr 3, 2024
1 parent 9c37b19 commit 5c2d783
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
test:
strategy:
matrix:
go-version: [1.19]
go-version: [1.17]
os: [ubuntu-latest]
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.19-buster AS build
FROM golang:1.17-buster AS build

RUN apt-get update \
&& apt-get install -y protobuf-compiler
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ require (
gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b // indirect
)

go 1.19
go 1.17

0 comments on commit 5c2d783

Please sign in to comment.