File tree Expand file tree Collapse file tree 10 files changed +14
-14
lines changed
Expand file tree Collapse file tree 10 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 3939 run : cat ".github/env" >> $GITHUB_ENV
4040
4141 - name : Set up Go
42- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
42+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4343 with :
4444 go-version : " >=${{ env.golang-version }}"
4545 cache : false
Original file line number Diff line number Diff line change 7979 run : cat ".github/env" >> $GITHUB_ENV
8080
8181 - name : Set up Go
82- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
82+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
8383 with :
8484 go-version : " >=${{ env.golang-version }}"
8585 cache : false
Original file line number Diff line number Diff line change 3030 - name : Import environment variables from file
3131 run : cat ".github/env" >> $GITHUB_ENV
3232 - name : Install Go
33- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
33+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3434 with :
3535 go-version : " >=${{ env.golang-version }}"
3636 cache : false
Original file line number Diff line number Diff line change 2727 run : cat ".github/env" >> $GITHUB_ENV
2828
2929 - name : Install Go
30- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
30+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3131 with :
3232 go-version : " >=${{ env.golang-version }}"
3333 cache : false
Original file line number Diff line number Diff line change 2727 run : cat ".github/env" >> $GITHUB_ENV
2828
2929 - name : Install Go
30- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
30+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3131 with :
3232 go-version : " >=${{ env.golang-version }}"
3333 cache : false
4747 run : cat ".github/env" >> $GITHUB_ENV
4848
4949 - name : Install Go
50- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
50+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
5151 with :
5252 go-version : " >=${{ env.golang-version }}"
5353 cache : false
8181 run : cat ".github/env" >> $GITHUB_ENV
8282
8383 - name : Install Go
84- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
84+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
8585 with :
8686 go-version : " >=${{ env.golang-version }}"
8787 cache : false
@@ -118,7 +118,7 @@ jobs:
118118 run : cat ".github/env" >> $GITHUB_ENV
119119
120120 - name : Install Go
121- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
121+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
122122 with :
123123 go-version : " >=${{ env.golang-version }}"
124124 cache : false
@@ -150,7 +150,7 @@ jobs:
150150 run : cat ".github/env" >> $GITHUB_ENV
151151
152152 - name : Install Go
153- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
153+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
154154 with :
155155 go-version : " >=${{ env.golang-version }}"
156156 cache : false
Original file line number Diff line number Diff line change 2222 run : cat ".github/env" >> $GITHUB_ENV
2323
2424 - name : Install Go
25- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
25+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2626 with :
2727 go-version : " >=${{ env.golang-version }}"
2828 cache : false
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ jobs:
126126 run : cat ".github/env" >> $GITHUB_ENV
127127
128128 - name : Set up Go
129- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
129+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
130130 with :
131131 go-version : " >=${{ env.golang-version }}"
132132 cache : false
Original file line number Diff line number Diff line change 3939 run : cat ".github/env" >> $GITHUB_ENV
4040
4141 - name : Install Go
42- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
42+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
4343 with :
4444 go-version : " >=${{ env.golang-version }}"
4545 cache : false
Original file line number Diff line number Diff line change 2424 run : cat ".github/env" >> $GITHUB_ENV
2525
2626 - name : Install Go
27- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
27+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
2828 with :
2929 go-version : " >=${{ env.golang-version }}"
3030 cache : false
Original file line number Diff line number Diff line change 2929 run : cat ".github/env" >> $GITHUB_ENV
3030
3131 - name : Install Go
32- uses : actions/setup-go@4b73464bb391d4059bd26b0524d20df3927bd417 # v6.3 .0
32+ uses : actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4 .0
3333 with :
3434 go-version : " >=${{ env.golang-version }}"
3535 cache : false
You can’t perform that action at this time.
0 commit comments