Skip to content

Commit 1720860

Browse files
authored
Update Docker workflow (#52)
1 parent d8101b3 commit 1720860

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
if: steps.check-for-backend.outputs.has-backend == 'true'
6464
uses: actions/setup-go@v2
6565
with:
66-
go-version: "1.14"
66+
go-version: "1.16"
6767

6868
- name: Test backend
6969
if: steps.check-for-backend.outputs.has-backend == 'true'

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
- name: Setup Go environment
6060
uses: actions/setup-go@v2
6161
with:
62-
go-version: "1.15"
62+
go-version: "1.16"
6363

6464
- name: Test backend
6565
if: steps.check-for-backend.outputs.has-backend == 'true'

config/jest-setup.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ import { configure } from 'enzyme';
22
import Adapter from '@wojtekmaj/enzyme-adapter-react-17';
33

44
/**
5-
* Configure for React 16
5+
* Configure for React
66
*/
77
configure({ adapter: new Adapter() });

0 commit comments

Comments
 (0)