Skip to content

Commit e58b8c5

Browse files
committed
update Github build container to go1.26
1 parent 6615cf3 commit e58b8c5

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
branches: [main]
99

1010
env:
11-
GO_VERSION: '1.25'
11+
GO_VERSION: '1.26'
1212
REGISTRY: ghcr.io
1313
IMAGE_NAME: ${{ github.repository }}
1414

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
APP_NAME = step-ca
2-
VERSION = v0.30.2
3-
UPSTREAM = https://github.com/smallstep/certificates.git
42

53
SUDO := $(shell if [ $$(id -u) -ne 0 ]; then echo "$(SUDO)"; else echo ""; fi)
64

0 commit comments

Comments
 (0)