Skip to content

Commit

Permalink
Bump to Go 1.19
Browse files Browse the repository at this point in the history
  • Loading branch information
benmatselby committed Aug 10, 2022
1 parent 356568e commit 2b69b95
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
build:
strategy:
matrix:
go-version: [1.18.x]
go-version: [1.19.x]
runs-on: ubuntu-latest
name: Build
steps:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 2.6.0

- Bumped docker image to Go 1.19 runtime.

## 2.5.0

- Provide the ability to `--group-by` on the `sprint issues` command.
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.4-alpine as builder
FROM golang:1.19.0-alpine as builder
LABEL maintainer="Ben Selby <[email protected]>"

ENV APPNAME walter
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Use "walter [command] --help" for more information about a command.

If you are wanting to build and develop this, you will need the following items installed. If, however, you just want to run the application I recommend using the docker container (See below).

- Go version 1.18+
- Go version 1.19+

## Configuration

Expand Down

0 comments on commit 2b69b95

Please sign in to comment.