Skip to content

Commit

Permalink
Bump go version up to 1.21 (#44)
Browse files Browse the repository at this point in the history
* Bump go version up to 1.21

* Add version for goenv
  • Loading branch information
Evertras authored Oct 9, 2023
1 parent 903e5d1 commit 54cb09d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.19
go-version: 1.21
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2
with:
Expand Down
1 change: 1 addition & 0 deletions .go-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
1.21.2
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Builder image
FROM golang:1.19.3 AS builder
FROM golang:1.21.2 AS builder
ARG BUILD_VERSION=docker-dev

WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/evertras/cynomys

go 1.19
go 1.21

require (
github.com/cucumber/godog v0.12.5
Expand Down

0 comments on commit 54cb09d

Please sign in to comment.