Skip to content

Commit

Permalink
Update go version
Browse files Browse the repository at this point in the history
  • Loading branch information
guillaume-abtasty committed Feb 8, 2024
1 parent efdda90 commit 0ab2501
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/setup-go@v4
with:
go-version: '1.17'
go-version: '1.21'
cache: false
- name: Check out code into the Go module directory
uses: actions/checkout@v3
Expand All @@ -27,7 +27,7 @@ jobs:
steps:
- uses: actions/setup-go@v2
with:
go-version: "^1.17"
go-version: "^1.21"
- name: Check out code into the Go module directory
uses: actions/checkout@v2
- name: Run tests
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.17
go-version: 1.21
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v5
with:
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.21-alpine as builder
RUN apk add --update make
WORKDIR /go/src/github/flagship-io/decision-api

Expand Down

0 comments on commit 0ab2501

Please sign in to comment.