We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6cb5b5a + 9e0e6c1 commit 55386dcCopy full SHA for 55386dc
.github/workflows/ci.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up Go
18
uses: actions/setup-go@v2
19
with:
20
- go-version: '1.21.3'
+ go-version: '1.21.6'
21
22
- uses: actions/checkout@v2
23
builder/Dockerfile
@@ -12,7 +12,7 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
-FROM golang:1.21.4
+FROM golang:1.21.6
16
LABEL maintainer="Marcin Wielgus <mwielgus@google.com>"
ENV GOPATH /gopath/
0 commit comments