Skip to content

Commit

Permalink
go upgrade to 1.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stephengaudet committed Aug 8, 2023
1 parent 97cd7e1 commit 6704b0d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.20.3'
go-version: '1.21.0'
- uses: actions/checkout@v3
- name: Run tests
run: |
Expand Down Expand Up @@ -108,6 +108,9 @@ jobs:
- current
- next
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.21.0'
- uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v2
Expand Down Expand Up @@ -166,6 +169,9 @@ jobs:
strategy:
fail-fast: false
steps:
- uses: actions/setup-go@v3
with:
go-version: '1.21.0'
- uses: actions/checkout@v3
- name: Setup Code Climate test-reporter
run: |
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ CONTAINER_TAG ?= $(shell git branch --show-current)
COLLECTOR_PKG = github.com/ecadlabs/signatory/pkg/metrics

PACKAGE_NAME := github.com/ecadlabs/signatory
GOLANG_CROSS_VERSION ?= v1.20.3
GOLANG_CROSS_VERSION ?= v1.21.0

all: signatory signatory-cli

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/ecadlabs/signatory

go 1.19
go 1.21

require (
cloud.google.com/go/kms v1.15.0
Expand Down

0 comments on commit 6704b0d

Please sign in to comment.