Skip to content

Commit

Permalink
Update to Go 1.18
Browse files Browse the repository at this point in the history
  • Loading branch information
viktigpetterr committed Sep 23, 2022
1 parent a02381e commit c9c9d9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/debricked.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions/setup-go@v2
with:
go-version: '1.17'
go-version: '1.18'
- uses: actions/cache@v2
with:
path: |
Expand Down
2 changes: 1 addition & 1 deletion build/docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.17-alpine AS dev
FROM golang:1.18-alpine AS dev
WORKDIR /cli
RUN apk add git
COPY go.mod go.sum ./
Expand Down

0 comments on commit c9c9d9b

Please sign in to comment.