Skip to content

Commit 16f61a8

Browse files
committed
add reminder for GO_VERSION
1 parent 17b2dd6 commit 16f61a8

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# GO_VERSION: go version should match version in go.mod file
12
FROM golang:1.21 as builder
23
WORKDIR /workspace
34

go.mod

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
module github.com/vladopajic/go-test-coverage/v2
22

3+
// GO_VERSION: when changing go version update version in other places
34
go 1.21
45

56
require (

0 commit comments

Comments
 (0)