Skip to content

Commit

Permalink
update go to 1.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MaXal committed Sep 6, 2024
1 parent b91d635 commit 059366d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4
- uses: actions/setup-go@v5
with:
go-version: 1.22.0
go-version: 1.23.1
- name: Create dummy file in resources
run: mkdir cmd/frontend/resources && touch cmd/frontend/resources/make-typecheck-happy.txt
- name: golangci-lint
Expand Down
2 changes: 1 addition & 1 deletion deployment/app-builder/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM buildpack-deps:curl

ENV NODE_VERSION 22.6.0
ENV GOLANG_VERSION 1.22.5
ENV GOLANG_VERSION 1.23.1

RUN cd /usr/local/bin && \
curl -L https://github.com/google/ko/releases/download/v0.16.0/ko_0.16.0_Linux_x86_64.tar.gz | tar xvz ko && \
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/JetBrains/ij-perf-report-aggregator

go 1.22
go 1.23

require (
github.com/Altinity/clickhouse-backup v1.6.3-0.20230612080849-d0f5b1987694
Expand Down

0 comments on commit 059366d

Please sign in to comment.