Skip to content

Commit

Permalink
Bump to go 1.19 (#250)
Browse files Browse the repository at this point in the history
  • Loading branch information
worldtiki authored Sep 20, 2022
1 parent b2712ea commit b49da2e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
go-version: 1.19
- name: Check out code
uses: actions/checkout@v3
- name: Build
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.18 as builder
FROM golang:1.19 as builder
# Create required dirs and copy files
RUN mkdir -p /mittens
COPY ./ /mittens/
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ We provide a [Makefile](Makefile) which can be used to generate an executable bi

### Binary

To build the binary make sure you've installed [Go 1.16](https://golang.org/dl/).
To build the binary make sure you've installed [Go 1.19](https://golang.org/dl/).

#### Build binary executable & run tests

Expand Down
2 changes: 1 addition & 1 deletion docs/installation/building.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ We provide a [Makefile](https://github.com/ExpediaGroup/mittens/blob/main/Makefi

### Binary

To build the binary make sure you've installed [Go 1.18](https://golang.org/dl/).
To build the binary make sure you've installed [Go 1.19](https://golang.org/dl/).

#### Build binary executable & run unit tests

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ require (
gopkg.in/yaml.v3 v3.0.1 // indirect
)

go 1.18
go 1.19

0 comments on commit b49da2e

Please sign in to comment.