Skip to content

Commit

Permalink
specify go patch version (#19)
Browse files Browse the repository at this point in the history
* specify go patch version

* chore: using floating tags in golang docker image
  • Loading branch information
matheusfm authored Jul 31, 2024
1 parent 3abb8d2 commit e4511c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.22 as builder
FROM golang:1.22 AS builder
ARG TARGETOS
ARG TARGETARCH

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/undistro/kubexns

go 1.22.0
go 1.22.5

require (
k8s.io/api v0.30.0
Expand Down

0 comments on commit e4511c5

Please sign in to comment.