Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Commit 0a4bd25

Browse files
committed
chore(deps): update all
1 parent 269cf20 commit 0a4bd25

5 files changed

Lines changed: 14 additions & 14 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ jobs:
1111
docker-build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2.3.4
14+
- uses: actions/checkout@v2.3.5
1515
- name: Build the Docker image
1616
run: docker build . --file Dockerfile
1717
golangci-lint:
1818
name: golangci-lint
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v2.3.4
21+
- uses: actions/checkout@v2.3.5
2222
- name: lint
2323
uses: golangci/golangci-lint-action@v2.5.2
2424
with:
@@ -71,7 +71,7 @@ jobs:
7171
# - 1.13
7272
- 1.14
7373
steps:
74-
- uses: actions/checkout@v2.3.4
74+
- uses: actions/checkout@v2.3.5
7575
- name: Install Go
7676
uses: actions/setup-go@v2
7777
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
semantic-release:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v2.3.4
9+
- uses: actions/checkout@v2.3.5
1010
- uses: codfish/semantic-release-action@v1
1111
if: github.ref == 'refs/heads/master'
1212
env:

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ARG VCS_REF
44
ARG VERSION
55

66
# build
7-
FROM golang:1.17.1-alpine as builder
7+
FROM golang:1.17.2-alpine as builder
88
RUN apk add --no-cache git gcc musl-dev make
99
ENV GO111MODULE=on
1010
WORKDIR /go/src/moul.io/bot

go.mod

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

go.sum

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)