Skip to content

Commit

Permalink
Upgrade Go to 1.21.3
Browse files Browse the repository at this point in the history
  • Loading branch information
ARolek committed Nov 2, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent af5cbd9 commit 43901ba
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/actions/amazon-linux-build-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -5,8 +5,8 @@ FROM amazonlinux:latest
RUN yum install -y tar gzip gcc

# install Go
ENV GOLANG_VERSION 1.21.1
ENV GOLANG_VERSION_SHA256 b3075ae1ce5dab85f89bc7905d1632de23ca196bd8336afd93fa97434cfa55ae
ENV GOLANG_VERSION 1.21.3
ENV GOLANG_VERSION_SHA256 1241381b2843fae5a9707eec1f8fb2ef94d827990582c7c7c32f5bdfbfd420c8

RUN curl -o golang.tar.gz https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz \
&& echo "$GOLANG_VERSION_SHA256 golang.tar.gz" | sha256sum --strict --check \
2 changes: 1 addition & 1 deletion .github/actions/tegola-setup-env/action.yml
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ runs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.1
go-version: 1.21.3
if: ${{ inputs.go == 'true' }}

- name: Set tegola version
2 changes: 1 addition & 1 deletion .github/workflows/on_pr_push.yml
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.1
go-version: 1.21.3

- name: Env Debug
run: |
2 changes: 1 addition & 1 deletion .github/workflows/on_release_publish.yml
Original file line number Diff line number Diff line change
@@ -56,7 +56,7 @@ jobs:
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.21.1
go-version: 1.21.3

- name: Build embedded UI
run: |

0 comments on commit 43901ba

Please sign in to comment.