Skip to content

Commit 2476483

Browse files
authored
Merge pull request #39 from cloudstruct/upgrade-golang
chore: upgrade golang to 1.18
2 parents 485dfd7 + b7964b5 commit 2476483

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/golangci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: actions/setup-go@v3
2424
with:
25-
go-version: '1.17'
25+
go-version: '1.18'
2626
- name: golangci-lint
2727
uses: golangci/golangci-lint-action@v3
2828
with:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.17 AS build
1+
FROM golang:1.18 AS build
22

33
WORKDIR /code
44
COPY . .

0 commit comments

Comments
 (0)