Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit02c9486

Browse files
authored
update go version to 1.22 (#1858)
Co-authored-by: crwxaj <crwxaj>
1 parent4f274d9 commit02c9486

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

‎.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
-name:Install Go
1616
uses:actions/setup-go@v5
1717
with:
18-
go-version:1.21.x
18+
go-version:1.22.x
1919

2020
-name:Install Node.js
2121
uses:actions/setup-node@v4

‎.gitpod.dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ENV HOME=/home/gitpod
44
WORKDIR $HOME
55
USER gitpod
66

7-
ENV GO_VERSION=1.21.4 \
7+
ENV GO_VERSION=1.22.7 \
88
GOPATH=$HOME/go-packages \
99
GOROOT=$HOME/go
1010
RUN export PATH=$(echo"$PATH" | sed -e's|:/workspace/go/bin||' -e's|:/home/gitpod/go/bin||' -e's|:/home/gitpod/go-packages/bin||')

‎Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
GORELEASER_CROSS_VERSION ?= v1.21.4
1+
GORELEASER_CROSS_VERSION ?= v1.22.7
22

33
SYSROOT_DIR ?= sysroots
44
SYSROOT_ARCHIVE ?= sysroots.tar.bz2

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Ask your questions and suggest features on [Discord](https://discord.gg/wdCHXAG)
7373

7474
Make sure you have following installed:
7575

76-
- Go 1.21
76+
- Go 1.22
7777
- Node.js 12.x
7878
- Yarn 1.17.x
7979
- air (run`go install github.com/cosmtrek/air@latest` outside project directory)

‎go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
modulegithub.com/xbapps/xbvr
22

3-
go1.21
3+
go1.22
44

55
require (
66
github.com/ProtonMail/go-appdirv1.1.0

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp