Compare commits

..

2 Commits

Author SHA1 Message Date
Dawid Wysokiński 31fa2366a1
Merge pull request #58 from tribalwarshelp/renovate/golang-1.x
chore(deps): update dependency golang to v1.17.8
2022-03-04 06:41:11 +01:00
Renovate Bot 1a457e58c2
chore(deps): update dependency golang to v1.17.8 2022-03-04 00:52:37 +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@v3
uses: actions/checkout@v2
- name: Get the version
id: get_version

View File

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