We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17b2dd6 commit 16f61a8Copy full SHA for 16f61a8
Dockerfile
@@ -1,3 +1,4 @@
1
+# GO_VERSION: go version should match version in go.mod file
2
FROM golang:1.21 as builder
3
WORKDIR /workspace
4
go.mod
@@ -1,5 +1,6 @@
module github.com/vladopajic/go-test-coverage/v2
+// GO_VERSION: when changing go version update version in other places
go 1.21
5
6
require (
0 commit comments