Skip to content

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules grou… #272

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules grou…

Bump golang.org/x/crypto from 0.21.0 to 0.31.0 in the go_modules grou… #272

name: Testing push
on:
push:
jobs:
test-app:
name: Test Application
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Go
uses: actions/setup-go@v5
with:
go-version-file: go.mod
- name: Test application
run: go test ./...