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

Commit788fb96

Browse files
committed
chore: go1.25.0
1 parent1843740 commit788fb96

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

‎.github/workflows/deploy-documentation.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
# ex:
1616
# - 1.18beta1 -> 1.18.0-beta.1
1717
# - 1.18rc1 -> 1.18.0-rc.1
18-
GO_VERSION:'1.25.0-rc.3'
18+
GO_VERSION:'1.25'
1919
HUGO_VERSION:0.148.1
2020
CGO_ENABLED:0
2121
steps:

‎.github/workflows/post-release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
# ex:
1010
# - 1.18beta1 -> 1.18.0-beta.1
1111
# - 1.18rc1 -> 1.18.0-rc.1
12-
GO_VERSION:'1.25.0-rc.3'
12+
GO_VERSION:'1.25'
1313

1414
jobs:
1515
update-gha-assets:

‎.github/workflows/pr-checks.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# ex:
1111
# - 1.18beta1 -> 1.18.0-beta.1
1212
# - 1.18rc1 -> 1.18.0-rc.1
13-
GO_VERSION:'1.25.0-rc.3'
13+
GO_VERSION:'1.25'
1414

1515
jobs:
1616
# Check if there is any dirty change for go mod tidy

‎.github/workflows/pr-documentation.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# ex:
1414
# - 1.18beta1 -> 1.18.0-beta.1
1515
# - 1.18rc1 -> 1.18.0-rc.1
16-
GO_VERSION:'1.25.0-rc.3'
16+
GO_VERSION:'1.25'
1717
HUGO_VERSION:0.148.1
1818
CGO_ENABLED:0
1919

‎.github/workflows/pr-tests.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ env:
1010
# ex:
1111
# - 1.18beta1 -> 1.18.0-beta.1
1212
# - 1.18rc1 -> 1.18.0-rc.1
13-
GO_VERSION:'1.25.0-rc.3'
13+
GO_VERSION:'1.25'
1414

1515
jobs:
1616
# Check if there is any dirty change for go mod tidy
@@ -78,7 +78,7 @@ jobs:
7878
-ubuntu-24.04-arm
7979
golang:
8080
-'1.24'
81-
-'1.25.0-rc.3'
81+
-'1.25'
8282
runs-on:${{ matrix.os }}
8383
steps:
8484
-uses:actions/checkout@v4

‎.github/workflows/release.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
# ex:
1313
# - 1.18beta1 -> 1.18.0-beta.1
1414
# - 1.18rc1 -> 1.18.0-rc.1
15-
GO_VERSION:'1.25.0-rc.3'
15+
GO_VERSION:'1.25'
1616
CHOCOLATEY_VERSION:2.2.0
1717
steps:
1818
# temporary workaround for an error in free disk space action

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp