Skip to content

Commit

Permalink
bump go version used by pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
dlinsley committed Jan 31, 2025
1 parent 59dc241 commit e1a6e6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SHELL = /bin/bash
GO-VER = go1.19
GO-VER = go1.23

default: build

Expand Down
2 changes: 1 addition & 1 deletion ci/pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ resources:
icon: docker
source:
repository: mirror.gcr.io/golang
tag: 1.19
tag: 1.23
username: _json_key
password: ((gcp_artifact_registry.service_account_key))

Expand Down

0 comments on commit e1a6e6c

Please sign in to comment.