File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2929 - name : Set up Go
3030 uses : actions/setup-go@v6
3131 with :
32- go-version : 1.25.2
32+ go-version : 1.25.3
3333 - name : Build
3434 run : make
3535 - name : Test
4242 - name : Set up Go
4343 uses : actions/setup-go@v6
4444 with :
45- go-version : 1.25.2
45+ go-version : 1.25.3
4646 - name : Run Nginx with OpenSSL
4747 run : |
4848 make
5555 - name : Set up Go
5656 uses : actions/setup-go@v6
5757 with :
58- go-version : 1.25.2
58+ go-version : 1.25.3
5959 - name : Run Nginx with LibreSSL
6060 run : |
6161 make
6868 - name : Set up Go
6969 uses : actions/setup-go@v6
7070 with :
71- go-version : 1.25.2
71+ go-version : 1.25.3
7272 - name : Run Nginx with FreeNginx
7373 run : |
7474 make
8181 - name : Set up Go
8282 uses : actions/setup-go@v6
8383 with :
84- go-version : 1.25.2
84+ go-version : 1.25.3
8585 - name : Run Nginx with OpenResty
8686 run : |
8787 make
9494 - name : Set up Go
9595 uses : actions/setup-go@v6
9696 with :
97- go-version : 1.25.2
97+ go-version : 1.25.3
9898 - name : Run Nginx with Brotli
9999 run : |
100100 make
@@ -107,7 +107,7 @@ jobs:
107107 - name : Set up Go
108108 uses : actions/setup-go@v6
109109 with :
110- go-version : 1.25.2
110+ go-version : 1.25.3
111111 - name : Install BoringSSL dependencies
112112 run : |
113113 sudo apt-get update
@@ -126,7 +126,7 @@ jobs:
126126 - name : Set up Go
127127 uses : actions/setup-go@v6
128128 with :
129- go-version : 1.25.2
129+ go-version : 1.25.3
130130 - name : Run Nginx with oqs-provider
131131 run : |
132132 make
You can’t perform that action at this time.
0 commit comments