Skip to content

Commit

Permalink
Set go 1.22.2
Browse files Browse the repository at this point in the history
  • Loading branch information
CharlieMc0 committed Aug 15, 2024
1 parent 422b2bd commit 12910fc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions .github/workflows/docker-build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v5
with:
go-version: '1.22.2'
- run: go version

- name: Set Version from the release title.
if: github.event_name == 'workflow_dispatch'
run: |
Expand Down Expand Up @@ -66,11 +61,6 @@ jobs:
with:
fetch-depth: 0

- uses: actions/setup-go@v5
with:
go-version: '1.22.2'
- run: go version

- name: Set Version from the release title.
if: github.event_name == 'workflow_dispatch'
run: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Build Stage
FROM golang:1.20-alpine3.18 AS builder
FROM golang:1.22.2-alpine3.18 AS builder

ENV GOPATH /go
ENV GOOS=linux
Expand Down

0 comments on commit 12910fc

Please sign in to comment.