Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 7a1aa32448
chore(deps): update actions/checkout action to v3 2022-03-01 18:42:58 +00:00
2 changed files with 2 additions and 2 deletions

View File

@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
uses: actions/checkout@v3
- name: Get the version
id: get_version

View File

@ -1,4 +1,4 @@
FROM golang:1.17.8-alpine as builder
FROM golang:1.17.7-alpine as builder
# Set the Current Working Directory inside the container
WORKDIR /app