Skip to content

Commit

Permalink
Bump to Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
marcofranssen committed Jun 24, 2022
1 parent a7da694 commit f1fb68c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 44 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3.2.0
with:
go-version: 1.17
go-version: 1.18
check-latest: true

- name: Check out code
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3.2.0
with:
go-version: 1.17
go-version: 1.18
check-latest: true

- name: Install cosign
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine as builder
FROM golang:1.18-alpine as builder
RUN mkdir build
WORKDIR /build
COPY go.mod go.sum ./
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/philips-labs/spiffe-vault

go 1.17
go 1.18

require (
github.com/hashicorp/vault/api v1.7.2
Expand Down

0 comments on commit f1fb68c

Please sign in to comment.