Skip to content

Commit af5cbd9

Browse files
committed
Upgrade Go to 1.21.1
1 parent ee0bddc commit af5cbd9

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/actions/amazon-linux-build-action/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM amazonlinux:latest
55
RUN yum install -y tar gzip gcc
66

77
# install Go
8-
ENV GOLANG_VERSION 1.21.0
9-
ENV GOLANG_VERSION_SHA256 d0398903a16ba2232b389fb31032ddf57cac34efda306a0eebac34f0965a0742
8+
ENV GOLANG_VERSION 1.21.1
9+
ENV GOLANG_VERSION_SHA256 b3075ae1ce5dab85f89bc7905d1632de23ca196bd8336afd93fa97434cfa55ae
1010

1111
RUN curl -o golang.tar.gz https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz \
1212
&& echo "$GOLANG_VERSION_SHA256 golang.tar.gz" | sha256sum --strict --check \

.github/actions/tegola-setup-env/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ runs:
3131
- name: Set up Go
3232
uses: actions/setup-go@v3
3333
with:
34-
go-version: 1.21.0
34+
go-version: 1.21.1
3535
if: ${{ inputs.go == 'true' }}
3636

3737
- name: Set tegola version

.github/workflows/on_pr_push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Set up Go
3636
uses: actions/setup-go@v3
3737
with:
38-
go-version: 1.21.0
38+
go-version: 1.21.1
3939

4040
- name: Env Debug
4141
run: |

.github/workflows/on_release_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Set up Go
5757
uses: actions/setup-go@v3
5858
with:
59-
go-version: 1.21.0
59+
go-version: 1.21.1
6060

6161
- name: Build embedded UI
6262
run: |

0 commit comments

Comments
 (0)